You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by commons-jelly-tags-ant development <de...@commons.apache.org> on 2008/12/01 05:32:49 UTC

[GUMP@vmgump]: Project commons-jelly-tags-ant (in module commons-jelly) 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 general@gump.apache.org.

Project commons-jelly-tags-ant has an issue affecting its community integration.
This issue affects 6 projects.
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-ant :  Commons Jelly
    - commons-jelly-tags-html :  Commons Jelly
    - commons-jelly-tags-jsl :  Commons Jelly
    - commons-jelly-tags-jsl-test :  Commons Jelly
    - maven :  Project Management Tools
    - maven-bootstrap :  Project Management Tools


Full details are available at:
    http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-ant/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [commons-jelly-tags-ant-30112008.jar] identifier set to project name
 -DEBUG- Dependency on ant exists, no need to add for property maven.jar.ant-optional.
 -DEBUG- Dependency on xml-xerces exists, no need to add for property maven.jar.xerces.
 -DEBUG- (Gump generated) Maven Properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/project.xml
 -DEBUG- Maven project properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/project.properties
 -INFO- Project Reports in: /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/test-reports
 -WARNING- No directory [/srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/test-reports]
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-ant/gump_work/build_commons-jelly_commons-jelly-tags-ant.html
Work Name: build_commons-jelly_commons-jelly-tags-ant (Type: Build)
Work ended in a state of : Failed
Elapsed: 6 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/commons-jelly/jelly-tags/ant]
CLASSPATH: /usr/lib/jvm/java-1.5.0-sun/lib/tools.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/apache-commons/beanutils/dist/commons-beanutils-30112008.jar:/srv/gump/public/workspace/commons-cli-1.x/target/commons-cli-30112008.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-30112008.jar:/srv/gump/public/workspace/commons-jelly/target/commons-jelly-30112008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/junit/target/commons-jelly-tags-junit-30112008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/util/target/co
 mmons-jelly-tags-util-30112008.jar:/srv/gump/public/workspace/apache-commons/jexl/dist/commons-jexl-30112008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-30112008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-30112008.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/public/workspace/jaxen/target/jaxen-30112008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

java:prepare-filesystem:
    [mkdir] Created dir: /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/classes

java:compile:
    [echo] Compiling to /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/classes
    [javac] Compiling 13 source files to /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/classes
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/JellyPropsHandler.java:71: unreported exception org.apache.commons.jelly.JellyTagException; must be caught or declared to be thrown
    [javac]                 return ( ( Expression ) value ).evaluateAsString( context );
    [javac]                                                                 ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/GrantProject.java:103: warning: [deprecation] replaceProperties(org.apache.tools.ant.Project,java.lang.String,java.util.Hashtable) in org.apache.tools.ant.ProjectHelper has been deprecated
    [javac]         return ProjectHelper.replaceProperties(this, value, getProperties());
    [javac]                             ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/AntTag.java:400: warning: [deprecation] createElement(org.apache.tools.ant.Project,java.lang.Object,java.lang.String) in org.apache.tools.ant.IntrospectionHelper has been deprecated
    [javac]                     dataType = ih.createElement( getAntProject(), object, name.toLowerCase() );
    [javac]                                  ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/AntTagLibrary.java:59: warning: [deprecation] Reference(java.lang.String) in org.apache.tools.ant.types.Reference has been deprecated
    [javac]                         return new Reference( text );
    [javac]                                ^
    [javac] 1 error
    [javac] 3 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: 5 seconds
Finished at: Sun Nov 30 20:32:49 GMT-08:00 2008

---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-ant/rss.xml
- Atom: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-ant/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 10001630112008, vmgump:vmgump-public:10001630112008
Gump E-mail Identifier (unique within run) #5.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org