[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[virgo-build] Build failed in Hudson: virgo.gemini-web-container.snapshot #540
|
See <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/540/>
------------------------------------------
[...truncated 692 lines...]
[exec] [mkdir] Created dir: <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/target/classes>
[exec] [s:javac] Compiling 34 source files to <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/target/classes>
[exec] [s:javac] ----------
[exec] [s:javac] 1. WARNING in <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/src/main/java/org/eclipse/gemini/web/internal/WebContainerActivator.java> (at line 63)
[exec] [s:javac] this.serviceTracker = new ServiceTracker(context, ServletContainer.class, new ServletContainerTracker(context, this.eventManager));
[exec] [s:javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[exec] [s:javac] Type safety: The constructor ServiceTracker(BundleContext, Class, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
[exec] [s:javac] ----------
[exec] [s:javac] 2. WARNING in <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/src/main/java/org/eclipse/gemini/web/internal/WebContainerActivator.java> (at line 63)
[exec] [s:javac] this.serviceTracker = new ServiceTracker(context, ServletContainer.class, new ServletContainerTracker(context, this.eventManager));
[exec] [s:javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[exec] [s:javac] Type safety: The expression of type ServiceTracker needs unchecked conversion to conform to ServiceTracker<ServletContainer,WebContainer>
[exec] [s:javac] ----------
[exec] [s:javac] 3. WARNING in <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/src/main/java/org/eclipse/gemini/web/internal/WebContainerActivator.java> (at line 63)
[exec] [s:javac] this.serviceTracker = new ServiceTracker(context, ServletContainer.class, new ServletContainerTracker(context, this.eventManager));
[exec] [s:javac] ^^^^^^^^^^^^^^
[exec] [s:javac] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
[exec] [s:javac] ----------
[exec] [s:javac] ----------
[exec] [s:javac] 4. WARNING in <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/src/main/java/org/eclipse/gemini/web/internal/template/ServiceTemplate.java> (at line 30)
[exec] [s:javac] this.tracker = new ServiceTracker(context, clazz, new ServiceTemplateCustomizer(context));
[exec] [s:javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[exec] [s:javac] Type safety: The constructor ServiceTracker(BundleContext, Class, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
[exec] [s:javac] ----------
[exec] [s:javac] 5. WARNING in <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/src/main/java/org/eclipse/gemini/web/internal/template/ServiceTemplate.java> (at line 30)
[exec] [s:javac] this.tracker = new ServiceTracker(context, clazz, new ServiceTemplateCustomizer(context));
[exec] [s:javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[exec] [s:javac] Type safety: The expression of type ServiceTracker needs unchecked conversion to conform to ServiceTracker<S,Object>
[exec] [s:javac] ----------
[exec] [s:javac] 6. WARNING in <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/src/main/java/org/eclipse/gemini/web/internal/template/ServiceTemplate.java> (at line 30)
[exec] [s:javac] this.tracker = new ServiceTracker(context, clazz, new ServiceTemplateCustomizer(context));
[exec] [s:javac] ^^^^^^^^^^^^^^
[exec] [s:javac] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
[exec] [s:javac] ----------
[exec] [s:javac] 7. WARNING in <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/src/main/java/org/eclipse/gemini/web/internal/template/ServiceTemplate.java> (at line 50)
[exec] [s:javac] private static final class ServiceTemplateCustomizer implements ServiceTrackerCustomizer {
[exec] [s:javac] ^^^^^^^^^^^^^^^^^^^^^^^^
[exec] [s:javac] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer<S,T> should be parameterized
[exec] [s:javac] ----------
[exec] [s:javac] 8. WARNING in <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/src/main/java/org/eclipse/gemini/web/internal/template/ServiceTemplate.java> (at line 58)
[exec] [s:javac] public Object addingService(ServiceReference reference) {
[exec] [s:javac] ^^^^^^^^^^^^^^^^
[exec] [s:javac] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
[exec] [s:javac] ----------
[exec] [s:javac] 9. WARNING in <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/src/main/java/org/eclipse/gemini/web/internal/template/ServiceTemplate.java> (at line 59)
[exec] [s:javac] return this.context.getService(reference);
[exec] [s:javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[exec] [s:javac] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
[exec] [s:javac] ----------
[exec] [s:javac] 10. WARNING in <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/src/main/java/org/eclipse/gemini/web/internal/template/ServiceTemplate.java> (at line 59)
[exec] [s:javac] return this.context.getService(reference);
[exec] [s:javac] ^^^^^^^^^
[exec] [s:javac] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
[exec] [s:javac] ----------
[exec] [s:javac] 11. WARNING in <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/src/main/java/org/eclipse/gemini/web/internal/template/ServiceTemplate.java> (at line 62)
[exec] [s:javac] public void modifiedService(ServiceReference reference, Object service) {
[exec] [s:javac] ^^^^^^^^^^^^^^^^
[exec] [s:javac] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
[exec] [s:javac] ----------
[exec] [s:javac] 12. WARNING in <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/src/main/java/org/eclipse/gemini/web/internal/template/ServiceTemplate.java> (at line 65)
[exec] [s:javac] public void removedService(ServiceReference reference, Object service) {
[exec] [s:javac] ^^^^^^^^^^^^^^^^
[exec] [s:javac] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
[exec] [s:javac] ----------
[exec] [s:javac] 12 problems (12 warnings)
[exec] [copy] Copying 1 file to <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/target/classes>
[exec]
[exec] ivy.init:
[exec]
[exec] bundlor.init:
[exec] [ivy:cachepath] :: loading settings :: file = <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/virgo-build/common/ivysettings.xml>
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/release/com.springsource.bundlor/com.springsource.bundlor.ant/1.0.0.RELEASE/com.springsource.bundlor.ant-1.0.0.RELEASE.jar ...
[exec] [ivy:cachepath] ..... (16kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] com.springsource.bundlor#com.springsource.bundlor.ant;1.0.0.RELEASE!com.springsource.bundlor.ant.jar (483ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/release/com.springsource.bundlor/com.springsource.bundlor.ant/1.0.0.RELEASE/com.springsource.bundlor.ant-sources-1.0.0.RELEASE.jar ...
[exec] [ivy:cachepath] ...... (15kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] com.springsource.bundlor#com.springsource.bundlor.ant;1.0.0.RELEASE!com.springsource.bundlor.ant-sources.jar(src) (458ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/release/com.springsource.util/com.springsource.util.osgi/2.0.0.RELEASE/com.springsource.util.osgi-2.0.0.RELEASE.jar ...
[exec] [ivy:cachepath] ..................................... (91kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] com.springsource.util#com.springsource.util.osgi;2.0.0.RELEASE!com.springsource.util.osgi.jar (990ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/release/com.springsource.util/com.springsource.util.osgi/2.0.0.RELEASE/com.springsource.util.osgi-sources-2.0.0.RELEASE.jar ...
[exec] [ivy:cachepath] ........................ (96kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] com.springsource.util#com.springsource.util.osgi;2.0.0.RELEASE!com.springsource.util.osgi-sources.jar(src) (986ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/release/com.springsource.util/com.springsource.util.parser.manifest/2.0.0.RELEASE/com.springsource.util.parser.manifest-sources-2.0.0.RELEASE.jar ...
[exec] [ivy:cachepath] ....... (24kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] com.springsource.util#com.springsource.util.parser.manifest;2.0.0.RELEASE!com.springsource.util.parser.manifest-sources.jar(src) (482ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/release/com.springsource.util/com.springsource.util.parser.manifest/2.0.0.RELEASE/com.springsource.util.parser.manifest-2.0.0.RELEASE.jar ...
[exec] [ivy:cachepath] ....... (23kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] com.springsource.util#com.springsource.util.parser.manifest;2.0.0.RELEASE!com.springsource.util.parser.manifest.jar (438ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/release/com.springsource.util/com.springsource.util.common/2.0.0.RELEASE/com.springsource.util.common-sources-2.0.0.RELEASE.jar ...
[exec] [ivy:cachepath] ............... (36kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] com.springsource.util#com.springsource.util.common;2.0.0.RELEASE!com.springsource.util.common-sources.jar(src) (1020ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/release/com.springsource.util/com.springsource.util.common/2.0.0.RELEASE/com.springsource.util.common-2.0.0.RELEASE.jar ...
[exec] [ivy:cachepath] ........... (41kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] com.springsource.util#com.springsource.util.common;2.0.0.RELEASE!com.springsource.util.common.jar (618ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/release/com.springsource.bundlor/com.springsource.bundlor/1.0.0.RELEASE/com.springsource.bundlor-1.0.0.RELEASE.jar ...
[exec] [ivy:cachepath] ............................. (130kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] com.springsource.bundlor#com.springsource.bundlor;1.0.0.RELEASE!com.springsource.bundlor.jar (1167ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/release/com.springsource.bundlor/com.springsource.bundlor/1.0.0.RELEASE/com.springsource.bundlor-sources-1.0.0.RELEASE.jar ...
[exec] [ivy:cachepath] .......................................... (117kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] com.springsource.bundlor#com.springsource.bundlor;1.0.0.RELEASE!com.springsource.bundlor-sources.jar(src) (1260ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/release/com.springsource.bundlor/com.springsource.bundlor.blint/1.0.0.RELEASE/com.springsource.bundlor.blint-sources-1.0.0.RELEASE.jar ...
[exec] [ivy:cachepath] .... (13kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] com.springsource.bundlor#com.springsource.bundlor.blint;1.0.0.RELEASE!com.springsource.bundlor.blint-sources.jar(src) (463ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/release/com.springsource.bundlor/com.springsource.bundlor.blint/1.0.0.RELEASE/com.springsource.bundlor.blint-1.0.0.RELEASE.jar ...
[exec] [ivy:cachepath] ..... (13kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] com.springsource.bundlor#com.springsource.bundlor.blint;1.0.0.RELEASE!com.springsource.bundlor.blint.jar (454ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.objectweb.asm/com.springsource.org.objectweb.asm/3.1.0/license-3.1.0.txt ...
[exec] [ivy:cachepath] .. (1kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] org.objectweb.asm#com.springsource.org.objectweb.asm;3.1.0!license.txt(license) (386ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.objectweb.asm/com.springsource.org.objectweb.asm/3.1.0/com.springsource.org.objectweb.asm-3.1.0.jar ...
[exec] [ivy:cachepath] ........ (42kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] org.objectweb.asm#com.springsource.org.objectweb.asm;3.1.0!com.springsource.org.objectweb.asm.jar (548ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.objectweb.asm/com.springsource.org.objectweb.asm/3.1.0/com.springsource.org.objectweb.asm-sources-3.1.0.jar ...
[exec] [ivy:cachepath] ...................................... (106kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] org.objectweb.asm#com.springsource.org.objectweb.asm;3.1.0!com.springsource.org.objectweb.asm-sources.jar(src) (736ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.objectweb.asm/com.springsource.org.objectweb.asm.tree/3.1.0/com.springsource.org.objectweb.asm.tree-3.1.0.jar ...
[exec] [ivy:cachepath] ....... (21kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] org.objectweb.asm#com.springsource.org.objectweb.asm.tree;3.1.0!com.springsource.org.objectweb.asm.tree.jar (680ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.objectweb.asm/com.springsource.org.objectweb.asm.tree/3.1.0/com.springsource.org.objectweb.asm.tree-sources-3.1.0.jar ...
[exec] [ivy:cachepath] ................... (83kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] org.objectweb.asm#com.springsource.org.objectweb.asm.tree;3.1.0!com.springsource.org.objectweb.asm.tree-sources.jar(src) (633ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.objectweb.asm/com.springsource.org.objectweb.asm.tree/3.1.0/license-3.1.0.txt ...
[exec] [ivy:cachepath] .. (1kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] org.objectweb.asm#com.springsource.org.objectweb.asm.tree;3.1.0!license.txt(license) (398ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.objectweb.asm/com.springsource.org.objectweb.asm.commons/3.1.0/com.springsource.org.objectweb.asm.commons-sources-3.1.0.jar ...
[exec] [ivy:cachepath] ...................... (56kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] org.objectweb.asm#com.springsource.org.objectweb.asm.commons;3.1.0!com.springsource.org.objectweb.asm.commons-sources.jar(src) (652ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.objectweb.asm/com.springsource.org.objectweb.asm.commons/3.1.0/com.springsource.org.objectweb.asm.commons-3.1.0.jar ...
[exec] [ivy:cachepath] ........... (32kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] org.objectweb.asm#com.springsource.org.objectweb.asm.commons;3.1.0!com.springsource.org.objectweb.asm.commons.jar (466ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.objectweb.asm/com.springsource.org.objectweb.asm.commons/3.1.0/license-3.1.0.txt ...
[exec] [ivy:cachepath] .. (1kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] org.objectweb.asm#com.springsource.org.objectweb.asm.commons;3.1.0!license.txt(license) (377ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.jar ...
[exec] [ivy:cachepath] ................................... (159kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] org.osgi#org.osgi.core;4.1.0!org.osgi.core.jar (620ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.osgi/org.osgi.core/4.1.0/license-4.1.0.txt ...
[exec] [ivy:cachepath] ... (11kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] org.osgi#org.osgi.core;4.1.0!license.txt(license) (487ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/release/com.springsource.util/com.springsource.util.math/2.0.0.RELEASE/com.springsource.util.math-sources-2.0.0.RELEASE.jar ...
[exec] [ivy:cachepath] .... (8kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] com.springsource.util#com.springsource.util.math;2.0.0.RELEASE!com.springsource.util.math-sources.jar(src) (743ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/release/com.springsource.util/com.springsource.util.math/2.0.0.RELEASE/com.springsource.util.math-2.0.0.RELEASE.jar ...
[exec] [ivy:cachepath] ... (8kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] com.springsource.util#com.springsource.util.math;2.0.0.RELEASE!com.springsource.util.math.jar (467ms)
[exec]
[exec] bundlor:
[exec] [bundlor:bundlor] Manifest written to '<https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/target/classes/META-INF/MANIFEST.MF'>
[exec] [jar] Building jar: <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/target/artifacts/org.eclipse.gemini.web.core.jar>
[exec] [jar] Building jar: <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/target/artifacts/org.eclipse.gemini.web.core.jar>
[exec] [jar] Building jar: <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/target/artifacts/org.eclipse.gemini.web.core-sources.jar>
[exec] :: delivering :: org.eclipse.gemini.web#org.eclipse.gemini.web.core;working@hudson-slave1 :: 2.0.0.CI-2011-07-25_21-54-14 :: integration :: Tue Jul 26 01:54:22 EDT 2011
[exec] delivering ivy file to <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/target/artifacts/ivy.xml>
[exec] :: publishing :: org.eclipse.gemini.web#org.eclipse.gemini.web.core
[exec] published org.eclipse.gemini.web.core to <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/../integration-repo/org.eclipse.gemini.web/org.eclipse.gemini.web.core/2.0.0.CI-2011-07-25_21-54-14.part/org.eclipse.gemini.web.core-2.0.0.CI-2011-07-25_21-54-14.jar>
[exec] published org.eclipse.gemini.web.core-sources to <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/../integration-repo/org.eclipse.gemini.web/org.eclipse.gemini.web.core/2.0.0.CI-2011-07-25_21-54-14.part/org.eclipse.gemini.web.core-sources-2.0.0.CI-2011-07-25_21-54-14.jar>
[exec] published ivy to <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/../integration-repo/org.eclipse.gemini.web/org.eclipse.gemini.web.core/2.0.0.CI-2011-07-25_21-54-14.part/ivy-2.0.0.CI-2011-07-25_21-54-14.xml>
[exec] publish commited: moved <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/../integration-repo/org.eclipse.gemini.web/org.eclipse.gemini.web.core/2.0.0.CI-2011-07-25_21-54-14.part>
[exec] to <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core/../integration-repo/org.eclipse.gemini.web/org.eclipse.gemini.web.core/2.0.0.CI-2011-07-25_21-54-14>
[exec]
[exec] BUILD SUCCESSFUL
[exec] Total time: 39 seconds
[echo] exec-ant for target 'jar' gave return code 0
[subant] Leaving directory: <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.core>
[subant] Entering directory: <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.tomcat>
exec-ant:
[echo] exec-ant for target 'jar' executing in directory '<https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/org.eclipse.gemini.web.tomcat'>
[exec] Buildfile: build.xml
[exec]
[exec] ivy.init:
[exec]
[exec] ivy.file.exists:
[exec]
[exec] resolve.init:
[exec]
[exec] resolve.compile:
[exec] [ivy:cachepath] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ ::
[exec] [ivy:cachepath] :: loading settings :: file = <https://hudson.eclipse.org/hudson/job/virgo.gemini-web-container.snapshot/ws/virgo-build/common/ivysettings.xml>
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/javax.xml.soap/com.springsource.javax.xml.soap/1.3.0/com.springsource.javax.xml.soap-sources-1.3.0.jar ...
[exec] [ivy:cachepath] .............. (62kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] javax.xml.soap#com.springsource.javax.xml.soap;1.3.0!com.springsource.javax.xml.soap-sources.jar(src) (542ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/javax.xml.soap/com.springsource.javax.xml.soap/1.3.0/license-1.3.0.txt ...
[exec] [ivy:cachepath] .... (15kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] javax.xml.soap#com.springsource.javax.xml.soap;1.3.0!license.txt(license) (416ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/javax.xml.soap/com.springsource.javax.xml.soap/1.3.0/com.springsource.javax.xml.soap-1.3.0.jar ...
[exec] [ivy:cachepath] ...... (19kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] javax.xml.soap#com.springsource.javax.xml.soap;1.3.0!com.springsource.javax.xml.soap.jar (1054ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/javax.xml.bind/com.springsource.javax.xml.bind/2.1.7/com.springsource.javax.xml.bind-sources-2.1.7.jar ...
[exec] [ivy:cachepath] .............................................. (160kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] javax.xml.bind#com.springsource.javax.xml.bind;2.1.7!com.springsource.javax.xml.bind-sources.jar(src) (687ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/javax.xml.bind/com.springsource.javax.xml.bind/2.1.7/com.springsource.javax.xml.bind-2.1.7.jar ...
[exec] [ivy:cachepath] .................... (89kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] javax.xml.bind#com.springsource.javax.xml.bind;2.1.7!com.springsource.javax.xml.bind.jar (717ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/javax.xml.bind/com.springsource.javax.xml.bind/2.1.7/license-2.1.7.txt ...
[exec] [ivy:cachepath] ........ (34kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] javax.xml.bind#com.springsource.javax.xml.bind;2.1.7!license.txt(license) (464ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/javax.xml.stream/com.springsource.javax.xml.stream/1.0.1/com.springsource.javax.xml.stream-sources-1.0.1.jar ...
[exec] [ivy:cachepath] ......... (41kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] javax.xml.stream#com.springsource.javax.xml.stream;1.0.1!com.springsource.javax.xml.stream-sources.jar(src) (476ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/javax.xml.stream/com.springsource.javax.xml.stream/1.0.1/license-1.0.1.txt ...
[exec] [ivy:cachepath] ..... (15kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] javax.xml.stream#com.springsource.javax.xml.stream;1.0.1!license.txt(license) (431ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/javax.xml.stream/com.springsource.javax.xml.stream/1.0.1/com.springsource.javax.xml.stream-1.0.1.jar ...
[exec] [ivy:cachepath] ............ (26kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] javax.xml.stream#com.springsource.javax.xml.stream;1.0.1!com.springsource.javax.xml.stream.jar (594ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/javax.xml.rpc/com.springsource.javax.xml.rpc/1.1.0.v20110517/com.springsource.javax.xml.rpc-1.1.0.v20110517.jar ...
[exec] [ivy:cachepath] .......... (31kB)
[exec] [ivy:cachepath] .. (0kB)
[exec] [ivy:cachepath] [SUCCESSFUL ] javax.xml.rpc#com.springsource.javax.xml.rpc;1.1.0.v20110517!com.springsource.javax.xml.rpc.jar (580ms)
[exec] [ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/javax.xml.rpc/com.springsource.javax.xml.rpc/1.1.0.v20110517/license-1.1.0.v20110517.txt ...
Build timed out. Aborting
Archiving artifacts
Recording test results