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 gene...@gump.apache.org.
Project commons-jxpath has an issue affecting its community integration. This issue affects 1 projects. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - commons-jxpath : XPath traversal of JavaBeans Full details are available at: http://vmgump.apache.org/gump/public/apache-commons/commons-jxpath/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Sole output [commons-jxpath.jar] identifier set to project name -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/apache-commons/commons-jxpath/gump_work/build_apache-commons_commons-jxpath.html Work Name: build_apache-commons_commons-jxpath (Type: Build) Work ended in a state of : Failed Elapsed: 12 secs Command Line: /usr/lib/jvm/java-6-sun/bin/java -Djava.awt.headless=true -Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.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 -Djunit.jar=/srv/gump/public/workspace/junit/dist/junit-29082009.jar -Djaxp.xslt.jar=/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar -Dj2ee.jar=/srv/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar -Djaxp.jaxp.jar=/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar -Dcomponent.version=29082009 dist [Working Directory: /srv/gump/public/workspace/apache-commons/jxpath] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/jxpath/target/classes:/srv/gump/public/workspace/apache-commons/jxpath/target/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/ant/bootstrap/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/bootstrap/lib/ant.jar:/srv/gump/public/workspace/jdom/build/jdom.jar:/srv/gump/public/workspace/velocity-engine/b in/velocity-29082009.jar:/srv/gump/packages/avalon/avalon-logkit-2.1.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-29082009.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.4.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-29082009.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-29082009.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-29082009.jar:/srv/gump/packages/mockrunner-0.4/lib/jdk1.5/jee5/mockrunner-servlet.jar:/srv/gump/public/workspace/jakarta-servletapi-5/jsr152/dist/lib/jsp-api.jar:/srv/gump/public/workspace/junit/dist/junit-29082009.jar:/srv/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar --------------------------------------------- [javac] import org.apache.commons.jxpath.util.TypeUtils; [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/jxpath/src/test/org/apache/commons/jxpath/ri/compiler/ExtensionFunctionTest.java:48: cannot find symbol [javac] symbol : class Functions [javac] location: class org.apache.commons.jxpath.ri.compiler.ExtensionFunctionTest [javac] private Functions functions; [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/jxpath/src/test/org/apache/commons/jxpath/ri/compiler/ExtensionFunctionTest.java:49: cannot find symbol [javac] symbol : class JXPathContext [javac] location: class org.apache.commons.jxpath.ri.compiler.ExtensionFunctionTest [javac] private JXPathContext context; [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/jxpath/src/test/org/apache/commons/jxpath/ri/compiler/ExtensionFunctionTest.java:51: cannot find symbol [javac] symbol : class TypeConverter [javac] location: class org.apache.commons.jxpath.ri.compiler.ExtensionFunctionTest [javac] private TypeConverter typeConverter; [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/jxpath/src/test/org/apache/commons/jxpath/ri/compiler/ExtensionFunctionTest.java:388: cannot find symbol [javac] symbol : class ExpressionContext [javac] location: class org.apache.commons.jxpath.ri.compiler.ExtensionFunctionTest [javac] private static class Context implements ExpressionContext { [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/jxpath/src/test/org/apache/commons/jxpath/ri/compiler/ExtensionFunctionTest.java:395: cannot find symbol [javac] symbol : class Pointer [javac] location: class org.apache.commons.jxpath.ri.compiler.ExtensionFunctionTest.Context [javac] public Pointer getContextNodePointer() { [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/jxpath/src/test/org/apache/commons/jxpath/ri/compiler/ExtensionFunctionTest.java:404: cannot find symbol [javac] symbol : class JXPathContext [javac] location: class org.apache.commons.jxpath.ri.compiler.ExtensionFunctionTest.Context [javac] public JXPathContext getJXPathContext() { [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/jxpath/src/test/org/apache/commons/jxpath/ri/compiler/TestFunctions.java:24: cannot find symbol [javac] symbol : class BasicNodeSet [javac] location: package org.apache.commons.jxpath [javac] import org.apache.commons.jxpath.BasicNodeSet; [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/jxpath/src/test/org/apache/commons/jxpath/ri/compiler/TestFunctions.java:25: cannot find symbol [javac] symbol : class ExpressionContext [javac] location: package org.apache.commons.jxpath [javac] import org.apache.commons.jxpath.ExpressionContext; [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 100 errors BUILD FAILED /srv/gump/public/workspace/apache-commons/jxpath/build.xml:117: Compile failed; see the compiler error output for details. Total time: 9 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/apache-commons/commons-jxpath/rss.xml - Atom: http://vmgump.apache.org/gump/public/apache-commons/commons-jxpath/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 07000029082009, vmgump:vmgump-public:07000029082009 Gump E-mail Identifier (unique within run) #27. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org