Dear Gumpmeisters,
The following 1 notifys should have been sent
*********************************************************** G U M P
[EMAIL PROTECTED]: Project jaxen (in module jaxen) failed
*********************************************************** G U M P
[EMAIL PROTECTED]: Project jaxen (in module jaxen) failed
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 [EMAIL PROTECTED]
Project jaxen has an issue affecting its community integration.
This issue affects 54 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- apollo : Apollo Project
- commons-jelly : Commons Jelly
- commons-jelly-tags-ant : Commons Jelly
- commons-jelly-tags-antlr : Commons Jelly
- commons-jelly-tags-avalon : Commons Jelly
- commons-jelly-tags-bean : Commons Jelly
- commons-jelly-tags-beanshell : Commons Jelly
- commons-jelly-tags-betwixt : Commons Jelly
- commons-jelly-tags-bsf : Commons Jelly
- commons-jelly-tags-define : Commons Jelly
- commons-jelly-tags-define-test : Commons Jelly
- commons-jelly-tags-dynabean : Commons Jelly
- commons-jelly-tags-email : Commons Jelly
- commons-jelly-tags-fmt : Commons Jelly
- commons-jelly-tags-fmt-test : Commons Jelly
- commons-jelly-tags-html : Commons Jelly
- commons-jelly-tags-http : Commons Jelly
- commons-jelly-tags-interaction : Commons Jelly
- commons-jelly-tags-jaxme : Commons Jelly
- commons-jelly-tags-jetty : Commons Jelly
- commons-jelly-tags-jface : Commons Jelly
- commons-jelly-tags-jms : Commons Jelly
- commons-jelly-tags-jmx : Commons Jelly
- commons-jelly-tags-jsl : Commons Jelly
- commons-jelly-tags-jsl-test : Commons Jelly
- commons-jelly-tags-junit : Commons Jelly
- commons-jelly-tags-log : Commons Jelly
- commons-jelly-tags-memory : Commons Jelly
- commons-jelly-tags-ojb : Commons Jelly
- commons-jelly-tags-quartz : Commons Jelly
- commons-jelly-tags-regexp : Commons Jelly
- commons-jelly-tags-soap : Commons Jelly
- commons-jelly-tags-sql : Commons Jelly
- commons-jelly-tags-swing : Commons Jelly
- commons-jelly-tags-swt : Commons Jelly
- commons-jelly-tags-threads : Commons Jelly
- commons-jelly-tags-util : Commons Jelly
- commons-jelly-tags-validate : Commons Jelly
- commons-jelly-tags-velocity : Commons Jelly
- commons-jelly-tags-xml : Commons Jelly
- commons-jelly-tags-xml-test : Commons Jelly
- commons-jelly-tags-xmlunit : Commons Jelly
- commons-jelly-test : Commons Jelly
- dom4j-HEAD : The flexible XML framework for Java
- dom4j-HEAD-tests : The flexible XML framework for Java
- htmlunit : A tool for testing web based applications
- jaxen : Universal Java XPath Engine
- jaxen-test : Universal Java XPath Engine
- junit-addons : Various JUnit addons and helper classes.
- maven : Project Management Tools
- maven-bootstrap : Project Management Tools
- muse : Muse Project
- smartfrog-components : Smartfrog: Application Deployment from HP
Laboratories
- xom : XOM is a new XML object model.
Full details are available at:
http://vmgump.apache.org/gump/public/jaxen/jaxen/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were
provided:
-DEBUG- Sole output [jaxen-18102008.jar] identifier set to project name
-DEBUG- Dependency on xml-xerces exists, no need to add for property
maven.jar.xercesImpl.
-DEBUG- Dependency on xml-apis exists, no need to add for property
maven.jar.xmlParserAPIs.
-DEBUG- Dependency on packaged-xom exists, no need to add for property
maven.jar.xom.
-DEBUG- (Gump generated) Maven Properties in:
/srv/gump/public/workspace/jaxen/build.properties
-INFO- Failed with reason build failed
-DEBUG- Maven POM in: /srv/gump/public/workspace/jaxen/project.xml
-DEBUG- Maven project properties in:
/srv/gump/public/workspace/jaxen/project.properties
-DEBUG- Extracted fallback artifacts from Gump Repository
The following work was performed:
http://vmgump.apache.org/gump/public/jaxen/jaxen/gump_work/build_jaxen_jaxen.html
Work Name: build_jaxen_jaxen (Type: Build)
Work ended in a state of : Failed
Elapsed: 7 secs
Command Line: maven --offline jar
[Working Directory: /srv/gump/public/workspace/jaxen]
CLASSPATH:
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/jaxen/target/classes:/srv/gump/public/workspace/jaxen/target/test-classes:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/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-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/public/workspace/jdom/build/jdom.jar:/srv/gump/public/workspace/junit/dist/junit-18102008.jar:/srv/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/srv/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/packages/xom-1
.1/xom-1.1b3.jar
---------------------------------------------
else if (isBoolean(lhsValue ) && isSet(rhsValue)) {
^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathExpr.java:103:
warning: [deprecation] org.jaxen.expr.DefaultExpr in org.jaxen.expr has been
deprecated
List result = DefaultExpr.convertToList( value );
^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:78:
warning: [deprecation] org.jaxen.expr.DefaultXPathExpr in org.jaxen.expr has
been deprecated
return new DefaultXPathExpr( rootExpr );
^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:90:
warning: [deprecation] org.jaxen.expr.DefaultRelativeLocationPath in
org.jaxen.expr has been deprecated
return new DefaultRelativeLocationPath();
^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:95:
warning: [deprecation] org.jaxen.expr.DefaultAbsoluteLocationPath in
org.jaxen.expr has been deprecated
return new DefaultAbsoluteLocationPath();
^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:223:
warning: [deprecation] org.jaxen.expr.DefaultUnionExpr in org.jaxen.expr has
been deprecated
return new DefaultUnionExpr( lhs,
^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:229:
warning: [deprecation] org.jaxen.expr.DefaultFilterExpr in org.jaxen.expr has
been deprecated
return new DefaultFilterExpr( expr, createPredicateSet() );
^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:235:
warning: [deprecation] org.jaxen.expr.DefaultFunctionCallExpr in
org.jaxen.expr has been deprecated
return new DefaultFunctionCallExpr( prefix,
^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:266:
warning: [deprecation] org.jaxen.expr.DefaultNameStep in org.jaxen.expr has
been deprecated
return new DefaultNameStep( iter,
^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:275:
warning: [deprecation] org.jaxen.expr.DefaultTextNodeStep in org.jaxen.expr
has been deprecated
return new DefaultTextNodeStep( iter, createPredicateSet() );
^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:281:
warning: [deprecation] org.jaxen.expr.DefaultCommentNodeStep in org.jaxen.expr
has been deprecated
return new DefaultCommentNodeStep( iter, createPredicateSet() );
^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:287:
warning: [deprecation] org.jaxen.expr.DefaultAllNodeStep in org.jaxen.expr has
been deprecated
return new DefaultAllNodeStep( iter, createPredicateSet() );
^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:294:
warning: [deprecation] org.jaxen.expr.DefaultProcessingInstructionNodeStep in
org.jaxen.expr has been deprecated
return new DefaultProcessingInstructionNodeStep( iter,
^
2 errors
41 warnings
BUILD FAILED
File...... /home/gump/.maven/cache/maven-java-plugin-1.5/plugin.jelly
Element... ant:javac
Line...... 63
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 6 seconds
Finished at: Sat Oct 18 17:38:33 GMT-08:00 2008
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/jaxen/jaxen/rss.xml
- Atom: http://vmgump.apache.org/gump/public/jaxen/jaxen/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 11001618102008, vmgump:vmgump-public:11001618102008
Gump E-mail Identifier (unique within run) #1.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]