See
http://kohsuke.sfbay/hudson/job/jaxws-test-harness/570/changes
Changes:
[Ken Hofsass] Adding support for using lightweight HTTP server to test harness.
Also added mimepull.jar to runtime classpath for JAX-WS runs (needed for MTOM related tests)
------------------------------------------
started
[workspace] $ cvs -q -z3 update -PdC -D "Friday, September 21, 2007 11:55:03 PM UTC"
? test/testcases/jaxws/fromjava_handlers/work
P src/com/sun/xml/ws/test/Main.java
U src/com/sun/xml/ws/test/container/javase/JavaSeApplication.java
U src/com/sun/xml/ws/test/container/javase/JavaSeContainer.java
$ computing changelog
[workspace] $ /bin/bash -xe /mnt/ext-hdd/hudson/server/tomcat/temp/hudson82584.sh
+ ant -Dbuild.id=hudson-jaxws-test-harness-570 clean test
Buildfile: build.xml
clean:
[delete] Deleting directory /mnt/ext-hdd/hudson/server/jobs/jaxws-test-harness/workspace/build
compile:
[mkdir] Created dir: /mnt/ext-hdd/hudson/server/jobs/jaxws-test-harness/workspace/build/classes
[javac] Compiling 75 source files to /mnt/ext-hdd/hudson/server/jobs/jaxws-test-harness/workspace/build/classes
[javac] /mnt/ext-hdd/hudson/server/jobs/jaxws-test-harness/workspace/src/com/sun/xml/ws/test/container/javase/JavaSeContainer.java:3: package com.sun.net.httpserver does not exist
[javac] import com.sun.net.httpserver.HttpServer;
[javac] ^
[javac] /mnt/ext-hdd/hudson/server/jobs/jaxws-test-harness/workspace/src/com/sun/xml/ws/test/container/javase/JavaSeContainer.java:25: package javax.xml.ws does not exist
[javac] import javax.xml.ws.Endpoint;
[javac] ^
[javac] /mnt/ext-hdd/hudson/server/jobs/jaxws-test-harness/workspace/src/com/sun/xml/ws/test/container/javase/JavaSeContainer.java:37: cannot find symbol
[javac] symbol : class HttpServer
[javac] location: class com.sun.xml.ws.test.container.javase.JavaSeContainer
[javac] private HttpServer appServer;
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 3 errors
BUILD FAILED
/mnt/ext-hdd/hudson/server/jobs/jaxws-test-harness/workspace/build.xml:26: Compile failed; see the compiler error output for details.
Total time: 8 seconds
Recording fingerprints
Recording test results
No test report files were found. Configuration error?