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 ant-embed-optional has an issue affecting its community integration.
This issue affects 1 projects,
and has been outstanding for 63 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 : Historical Embed Proposal for Ant
Full details are available at:
http://vmgump.apache.org/gump/public/ant-embed-proposal/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-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
-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
-DEBUG- Extracted fallback artifacts from Gump Repository
The following work was performed:
http://vmgump.apache.org/gump/public/ant-embed-proposal/ant-embed-optional/gump_work/build_ant-embed-proposal_ant-embed-optional.html
Work Name: build_ant-embed-proposal_ant-embed-optional (Type: Build)
Work ended in a state of : Failed
Elapsed: 18 secs
Command Line: /usr/lib/jvm/java-6-openjdk/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-15112010-dep.jar
-Dcommons-logging.jar=*Unset*
-Djexl.jar=/srv/gump/packages/apache-commons/commons-jexl-1.1.jar
-Dvelocity.jar=/srv/gump/public/workspace/velocity-engine/bin/velocity-15112010.jar
embed-optional
[Working Directory: /srv/gump/public/workspace/ant-embed-proposal]
CLASSPATH:
/usr/lib/jvm/java-6-openjdk/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.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/bootstrap/lib/ant.jar:/srv/gump/public/workspace/ant/bootstrap/lib/ant-launcher.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-31102010.jar:/srv/gump/packages/apache-commons/commons-jexl-1.1.jar
---------------------------------------------
[javac]
/srv/gump/public/workspace/ant-embed-proposal/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-embed-proposal/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-embed-proposal/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-embed-proposal/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-embed-proposal/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-embed-proposal/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-embed-proposal/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-embed-proposal/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] 27 errors
BUILD FAILED
/srv/gump/public/workspace/ant-embed-proposal/build.xml:55: 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/ant-embed-proposal/ant-embed-optional/rss.xml
- Atom:
http://vmgump.apache.org/gump/public/ant-embed-proposal/ant-embed-optional/atom.xml
============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 09000015112010, vmgump.apache.org:vmgump:09000015112010
Gump E-mail Identifier (unique within run) #44.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]