From: Stefan B. <bo...@ap...> - 2009-05-31 08:23:51
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project xmlunit has an issue affecting its community integration. This issue affects 19 projects, and has been outstanding for 2 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - commons-jelly-tags-jaxme : Commons Jelly - commons-jelly-tags-jmx : Commons Jelly - commons-jelly-tags-ojb : Commons Jelly - commons-jelly-tags-xmlunit : Commons Jelly - db-ojb : ObjectRelationalBridge - db-ojb-from-packages : ObjectRelationalBridge - db-torque-runtime : Persistence Layer - db-torque-runtime-test : Persistence Layer - jakarta-turbine-jcs : Cache - jgroups : A Reliable Multicast Communication Toolkit for Java - mx4j : OpenSource implementation of a JMX agent - mx4j-remote : OpenSource implementation of a JMX agent - mx4j-tools : OpenSource implementation of a JMX agent - mx4j-tools-from-packaged-jetty : OpenSource implementation of a JMX agent - naming-management : Apache Directory Naming Component - test-ojb : ObjectRelationalBridge - ws-axis-test : Apache eXtensible Interaction System - xml-xindice : native XML database - xmlunit : JUnit extension for XML unit tests. Full details are available at: http://vmgump.apache.org/gump/public/xmlunit/xmlunit/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason build failed -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/xmlunit/xmlunit/gump_work/build_xmlunit_xmlunit.html Work Name: build_xmlunit_xmlunit (Type: Build) Work ended in a state of : Failed Elapsed: 3 secs Command Line: /usr/lib/jvm/java-6-sun/bin/java -Djava.awt.headless=true -Xbootclasspath/p:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dxmlunit.version=31052009 Gump [Working Directory: /srv/gump/public/workspace/xmlunit] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/xmlunit/build/java/core-classes:/srv/gump/public/workspace/xmlunit/build/java/core-test-classes:/srv/gump/public/workspace/xmlunit/build/java/legacy-classes:/srv/gump/public/workspace/xmlunit/build/java/legacy-test-classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/junit/dist/junit-31052009.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- [mkdir] Created dir: /srv/gump/public/workspace/xmlunit/build/java/core-classes [mkdir] Created dir: /srv/gump/public/workspace/xmlunit/build/java/legacy-classes [mkdir] Created dir: /srv/gump/public/workspace/xmlunit/build/java/core-test-classes [mkdir] Created dir: /srv/gump/public/workspace/xmlunit/build/java/legacy-test-classes [mkdir] Created dir: /srv/gump/public/workspace/xmlunit/build/java/test-report [mkdir] Created dir: /srv/gump/public/workspace/xmlunit/build/java/dist [mkdir] Created dir: /srv/gump/public/workspace/xmlunit/build/java/doc [mkdir] Created dir: /srv/gump/public/workspace/xmlunit/build/java/doc/userguide compile-core: [javac] Compiling 8 source files to /srv/gump/public/workspace/xmlunit/build/java/core-classes compile-core-tests: [javac] Compiling 2 source files to /srv/gump/public/workspace/xmlunit/build/java/core-test-classes [javac] /srv/gump/public/workspace/xmlunit/src/tests/java-core/net/sf/xmlunit/builder/InputTest.java:48: cannot find symbol [javac] symbol : method assertThat(javax.xml.transform.Source,org.hamcrest.Matcher<capture#983 of ? super javax.xml.transform.dom.DOMSource>) [javac] location: class net.sf.xmlunit.builder.InputTest [javac] assertThat(s, is(DOMSource.class)); [javac] ^ [javac] /srv/gump/public/workspace/xmlunit/src/tests/java-core/net/sf/xmlunit/builder/InputTest.java:50: cannot find symbol [javac] symbol : method assertThat(java.lang.Object,org.hamcrest.Matcher<capture#474 of ? super org.w3c.dom.Document>) [javac] location: class net.sf.xmlunit.builder.InputTest [javac] assertThat(o, is(Document.class)); [javac] ^ [javac] /srv/gump/public/workspace/xmlunit/src/tests/java-core/net/sf/xmlunit/builder/InputTest.java:116: cannot find symbol [javac] symbol : method assertThat(javax.xml.transform.Source,org.hamcrest.Matcher<capture#374 of ? super javax.xml.transform.dom.DOMSource>) [javac] location: class net.sf.xmlunit.builder.InputTest [javac] assertThat(s, is(DOMSource.class)); [javac] ^ [javac] /srv/gump/public/workspace/xmlunit/src/tests/java-core/net/sf/xmlunit/builder/InputTest.java:118: cannot find symbol [javac] symbol : method assertThat(java.lang.Object,org.hamcrest.Matcher<capture#754 of ? super org.w3c.dom.Document>) [javac] location: class net.sf.xmlunit.builder.InputTest [javac] assertThat(o, is(Document.class)); [javac] ^ [javac] /srv/gump/public/workspace/xmlunit/src/tests/java-core/net/sf/xmlunit/validation/JAXPValidatorTest.java:64: cannot find symbol [javac] symbol : method assertThat(java.lang.Exception,org.hamcrest.Matcher<capture#94 of ? super net.sf.xmlunit.exceptions.XMLUnitException>) [javac] location: class net.sf.xmlunit.validation.JAXPValidatorTest [javac] assertThat(e, is(XMLUnitException.class)); [javac] ^ [javac] /srv/gump/public/workspace/xmlunit/src/tests/java-core/net/sf/xmlunit/validation/JAXPValidatorTest.java:75: cannot find symbol [javac] symbol : method assertThat(java.lang.Exception,org.hamcrest.Matcher<capture#428 of ? super net.sf.xmlunit.exceptions.XMLUnitException>) [javac] location: class net.sf.xmlunit.validation.JAXPValidatorTest [javac] assertThat(e, is(XMLUnitException.class)); [javac] ^ [javac] 6 errors BUILD FAILED /srv/gump/public/workspace/xmlunit/build.xml:123: Compile failed; see the compiler error output for details. Total time: 2 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/xmlunit/xmlunit/rss.xml - Atom: http://vmgump.apache.org/gump/public/xmlunit/xmlunit/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 35000031052009, vmgump:vmgump-public:35000031052009 Gump E-mail Identifier (unique within run) #6. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |