You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by Gump Integration Build <bo...@apache.org> on 2009/01/08 10:48:37 UTC

[GUMP@vmgump]: Project ant-embed-optional (in module ant) 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 ant-embed-optional has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 106 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - ant-embed-optional :  Java based build tool


Full details are available at:
    http://vmgump.apache.org/gump/public/ant/ant-embed-optional/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -ERROR- No such project [commons-logging] for property.
 -ERROR- No such project [commons-jxpath] for property.
 -ERROR- No such project [commons-jexl] for property.
 -ERROR- No such project [commons-discovery] for property.
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-jxpath]
 -ERROR- Unhandled Property: jxpath.jar on: Ant on Project:ant-embed-optional
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-discovery]
 -ERROR- Unhandled Property: commons-discovery.jar on: Ant on Project:ant-embed-optional
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-logging]
 -ERROR- Unhandled Property: commons-logging.jar on: Ant on Project:ant-embed-optional
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-jexl]
 -ERROR- Unhandled Property: jexl.jar on: Ant on Project:ant-embed-optional
 -DEBUG- Dependency on velocity-engine exists, no need to add for property velocity-dep.jar.
 -DEBUG- Dependency on ant exists, no need to add for property ant.home.
 -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/ant/ant-embed-optional/gump_work/build_ant_ant-embed-optional.html
Work Name: build_ant_ant-embed-optional (Type: Build)
Work ended in a state of : Failed
Elapsed: 2 secs
Command Line: /usr/lib/jvm/java-1.5.0-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 -Djxpath.jar=*Unset* -Dcommons-discovery.jar=*Unset* -Dant.home=/srv/gump/public/workspace/ant/dist -Dvelocity-dep.jar=/srv/gump/public/workspace/velocity-engine/bin/velocity-08012009-dep.jar -Dcommons-logging.jar=*Unset* -Djexl.jar=*Unset* -Dvelocity.jar=/srv/gump/public/workspace/velocity-engine/bin/velocity-08012009.jar embed-optional 
[Working Directory: /srv/gump/public/workspace/ant/proposal/embed]
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-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/public/workspace/ant/bootstrap/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/bootstrap/lib/ant.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:velocity-gump-07012009.jar
---------------------------------------------
    [javac] /srv/gump/public/workspace/ant/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional/TaskDiscovery.java:123: cannot find symbol
    [javac] symbol  : class DiscoverResources
    [javac] location: class org.apache.tools.ant.taskdefs.optional.TaskDiscovery
    [javac]         DiscoverResources disc = new DiscoverResources();
    [javac]         ^
    [javac] /srv/gump/public/workspace/ant/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional/TaskDiscovery.java:123: cannot find symbol
    [javac] symbol  : class DiscoverResources
    [javac] location: class org.apache.tools.ant.taskdefs.optional.TaskDiscovery
    [javac]         DiscoverResources disc = new DiscoverResources();
    [javac]                                      ^
    [javac] /srv/gump/public/workspace/ant/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional/TaskDiscovery.java:124: cannot find symbol
    [javac] symbol  : variable JDKHooks
    [javac] location: class org.apache.tools.ant.taskdefs.optional.TaskDiscovery
    [javac]         disc.addClassLoader( JDKHooks.getJDKHooks().getThreadContextClassLoader() );
    [javac]                              ^
    [javac] /srv/gump/public/workspace/ant/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional/TaskDiscovery.java:127: cannot find symbol
    [javac] symbol  : class ResourceIterator
    [javac] location: class org.apache.tools.ant.taskdefs.optional.TaskDiscovery
    [javac]         ResourceIterator ri = disc.findResources(RESOURCE_NAME);
    [javac]         ^
    [javac] /srv/gump/public/workspace/ant/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional/TaskDiscovery.java:131: cannot find symbol
    [javac] symbol  : class Resource
    [javac] location: class org.apache.tools.ant.taskdefs.optional.TaskDiscovery
    [javac]             Resource resourceInfo = ri.nextResource();
    [javac]             ^
    [javac] /srv/gump/public/workspace/ant/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional/TaskDiscovery.java:138: cannot find symbol
    [javac] symbol  : class Resource
    [javac] location: class org.apache.tools.ant.taskdefs.optional.TaskDiscovery
    [javac]         discoveredTasks = new Resource[vector.size()];
    [javac]                               ^
    [javac] /srv/gump/public/workspace/ant/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional/VelocityProperties.java:110: cannot find symbol
    [javac] symbol  : class VelocityEngine
    [javac] location: class org.apache.tools.ant.taskdefs.optional.VelocityProperties
    [javac]             helper.engine=new VelocityEngine();
    [javac]                               ^
    [javac] /srv/gump/public/workspace/ant/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional/VelocityProperties.java:113: cannot find symbol
    [javac] symbol  : class VelocityContext
    [javac] location: class org.apache.tools.ant.taskdefs.optional.VelocityProperties
    [javac]             helper.context=new VelocityContext();
    [javac]                                ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 32 errors

BUILD FAILED
/srv/gump/public/workspace/ant/proposal/embed/build.xml:55: 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/ant/ant-embed-optional/rss.xml
- Atom: http://vmgump.apache.org/gump/public/ant/ant-embed-optional/atom.xml

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

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