You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Gump Integration Build <ge...@gump.apache.org> on 2006/12/02 14:25:16 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.
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 [velocity-engine] for property.
 -ERROR- No such project [velocity-engine] for property.
 -ERROR- Cannot resolve output/outputpath of *unknown* [velocity-engine]
 -ERROR- Unhandled Property: velocity-dep.jar on: Ant on Project:ant-embed-optional
 -ERROR- Cannot resolve output/outputpath of *unknown* [velocity-engine]
 -ERROR- Unhandled Property: velocity.jar on: Ant on Project:ant-embed-optional
 -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: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Djxpath.jar=/usr/local/gump/public/workspace/jakarta-commons/jxpath/dist/commons-jxpath.jar -Dcommons-discovery.jar=/usr/local/gump/public/workspace/jakarta-commons/discovery/dist/commons-discovery.jar -Dant.home=/usr/local/gump/public/workspace/ant/dist -Dvelocity-dep.jar=*Unset* -Dcommons-logging.jar=/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-02122006.jar -Djexl.jar=/usr/local/gump/public/workspace/jakarta-commons/jexl/dist/commons-jexl-02122006.jar -Dvelocity.jar=*Unset* embed-optional 
[Working Directory: /usr/local/gump/public/workspace/ant/proposal/embed]
CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-02122006.jar:/usr/local/gump/public/workspace/jakarta-commons/jxpath/dist/commons-jxpath.jar:/usr/local/gump/public/workspace/jakarta-commons/jexl/dist/commons-jexl-02122006.jar:/usr/local/gump/public/workspace/jakarta-commons/discovery/dist/commons-discovery.jar
---------------------------------------------

init:
    [mkdir] Created dir: /x1/gump/public/workspace/ant/proposal/embed/build/classes

embed-optional:
    [javac] Compiling 6 source files to /x1/gump/public/workspace/ant/proposal/embed/build/classes
    [javac] /x1/gump/public/workspace/ant/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional/VelocityProperties.java:63: package org.apache.velocity.app does not exist
    [javac] import org.apache.velocity.app.VelocityEngine;
    [javac]                                ^
    [javac] /x1/gump/public/workspace/ant/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional/VelocityProperties.java:64: package org.apache.velocity does not exist
    [javac] import org.apache.velocity.VelocityContext;
    [javac]                            ^
    [javac] /x1/gump/public/workspace/ant/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional/VelocityProperties.java:65: package org.apache.velocity does not exist
    [javac] import org.apache.velocity.Template;
    [javac]                            ^
    [javac] /x1/gump/public/workspace/ant/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional/VelocityProperties.java:103: cannot find symbol
    [javac] symbol  : class VelocityEngine
    [javac] location: class org.apache.tools.ant.taskdefs.optional.VelocityProperties
    [javac]     public VelocityEngine getVelocityEngine() {
    [javac]            ^
    [javac] /x1/gump/public/workspace/ant/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional/VelocityProperties.java:80: cannot find symbol
    [javac] symbol  : class VelocityEngine
    [javac] location: class org.apache.tools.ant.taskdefs.optional.VelocityProperties.VelocityPropertyHelper
    [javac]         VelocityEngine engine;
    [javac]         ^
    [javac] /x1/gump/public/workspace/ant/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional/VelocityProperties.java:81: cannot find symbol
    [javac] symbol  : class VelocityContext
    [javac] location: class org.apache.tools.ant.taskdefs.optional.VelocityProperties.VelocityPropertyHelper
    [javac]         VelocityContext context;
    [javac]         ^
    [javac] /x1/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] /x1/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] 8 errors

BUILD FAILED
/x1/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.2.
Gump Run 18000002122006, vmgump.apache.org:vmgump-public:18000002122006
Gump E-mail Identifier (unique within run) #70.

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

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