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 gene...@gump.apache.org.

Project velocity-engine-test 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:
    - velocity-engine-test :  Velocity Templating engine


Full details are available at:
    
http://vmgump.apache.org/gump/public/velocity-engine/velocity-engine-test/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-collections] for property.
 -ERROR- No such project [commons-lang] for property.
 -ERROR- Cannot resolve relative to *unknown* [commons-lang] for 
jar.commons-lang.dir
 -ERROR- Unhandled Property: jar.commons-lang.dir on: Ant on 
Project:velocity-engine-test
 -ERROR- Cannot resolve relative to *unknown* [commons-collections] for 
jar.commons-collections.dir
 -ERROR- Unhandled Property: jar.commons-collections.dir on: Ant on 
Project:velocity-engine-test
 -INFO- Failed with reason build failed



The following work was performed:
http://vmgump.apache.org/gump/public/velocity-engine/velocity-engine-test/gump_work/build_velocity-engine_velocity-engine-test.html
Work Name: build_velocity-engine_velocity-engine-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 15 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true 
org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Djar.oro.dir=/srv/gump/public/workspace/jakarta-oro 
-Ddeprecation=false -Djar.commons-collections.version=08012009 
-Dskip.jar.loading=true -Djar.commons-lang.dir=*Unset* -Dversion=08012009 
-Djar.commons-collections.dir=*Unset* -Djar.commons-lang.version=08012009 
-Djar.oro.name=jakarta-oro -Djar.oro.version=08012009 test 
[Working Directory: /srv/gump/public/workspace/velocity-engine/build]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/velocity-engine/test:/srv/gump/public/workspace/velocity-engine/bin/test-classes:/srv/gump/public/workspace/velocity-engine/test/cpload/test1.jar:/srv/gump/public/workspace/velocity-engine/test/texen-classpath/test.jar:/srv/gump/public/workspace/velocity-engine/test/multiloader/test1.jar:velocity-gump-07012009.jar:velocity-dep-gump-07012009.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/packages/junit3.8.1/junit.jar:/srv/gump/public/workspa
 
ce/xml-commons/java/build/resolver.jar:/srv/gump/packages/avalon-logkit/avalon-logkit-2.1.jar:/srv/gump/public/workspace/logging-log4j-12/dist/lib/log4j-08012009.jar:/srv/gump/public/workspace/jdom/build/jdom.jar:/srv/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-08012009.jar:/srv/gump/packages/werken-xpath/werken-xpath-0.9.4.jar:/srv/gump/packages/antlr-2.7.6/antlr.jar:/srv/gump/public/workspace/hsqldb/lib/hsqldb.jar
---------------------------------------------
    [javac]             overridingProperties = new ExtendedProperties();
    [javac]                                        ^
    [javac] 
/srv/gump/public/workspace/velocity-engine/bin/src/org/apache/velocity/runtime/RuntimeInstance.java:504:
 cannot find symbol
    [javac] symbol  : class ExtendedProperties
    [javac] location: class org.apache.velocity.runtime.RuntimeInstance
    [javac]             overridingProperties = new ExtendedProperties();
    [javac]                                        ^
    [javac] 
/srv/gump/public/workspace/velocity-engine/bin/src/org/apache/velocity/runtime/RuntimeInstance.java:595:
 cannot find symbol
    [javac] symbol  : variable ExtendedProperties
    [javac] location: class org.apache.velocity.runtime.RuntimeInstance
    [javac]         setProperties(ExtendedProperties.convertProperties(p));
    [javac]                       ^
    [javac] 
/srv/gump/public/workspace/velocity-engine/bin/src/org/apache/velocity/runtime/RuntimeInstance.java:621:
 cannot find symbol
    [javac] symbol  : class ExtendedProperties
    [javac] location: class org.apache.velocity.runtime.RuntimeInstance
    [javac]             setProperties(new 
ExtendedProperties(configurationFile));
    [javac]                               ^
    [javac] 
/srv/gump/public/workspace/velocity-engine/bin/src/org/apache/velocity/runtime/RuntimeInstance.java:1380:
 cannot find symbol
    [javac] symbol  : class StrBuilder
    [javac] location: class org.apache.velocity.runtime.RuntimeInstance
    [javac]         StrBuilder template = new StrBuilder("#");
    [javac]         ^
    [javac] 
/srv/gump/public/workspace/velocity-engine/bin/src/org/apache/velocity/runtime/RuntimeInstance.java:1380:
 cannot find symbol
    [javac] symbol  : class StrBuilder
    [javac] location: class org.apache.velocity.runtime.RuntimeInstance
    [javac]         StrBuilder template = new StrBuilder("#");
    [javac]                                   ^
    [javac] 
/srv/gump/public/workspace/velocity-engine/bin/src/org/apache/velocity/runtime/VelocimacroFactory.java:189:
 cannot find symbol
    [javac] symbol  : variable StringUtils
    [javac] location: class org.apache.velocity.runtime.VelocimacroFactory
    [javac]                      if (StringUtils.isNotEmpty(lib))
    [javac]                          ^
    [javac] 
/srv/gump/public/workspace/velocity-engine/bin/src/org/apache/velocity/runtime/directive/VelocimacroProxy.java:282:
 cannot find symbol
    [javac] symbol  : variable StringUtils
    [javac] location: class 
org.apache.velocity.runtime.directive.VelocimacroProxy
    [javac]                         && StringUtils.equals(((ASTDirective) 
parent).getDirectiveName(), "macro"))
    [javac]                            ^
    [javac] 
/srv/gump/public/workspace/velocity-engine/bin/src/org/apache/velocity/app/event/implement/EscapeHtmlReference.java:42:
 cannot find symbol
    [javac] symbol  : variable StringEscapeUtils
    [javac] location: class 
org.apache.velocity.app.event.implement.EscapeHtmlReference
    [javac]         return StringEscapeUtils.escapeHtml(text.toString());
    [javac]                ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 100 errors

BUILD FAILED
/srv/gump/public/workspace/velocity-engine/build/build.xml:259: Compile failed; 
see the compiler error output for details.

Total time: 14 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/velocity-engine/velocity-engine-test/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/velocity-engine/velocity-engine-test/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) #72.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org

Reply via email to