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 velocity-engine-test has an issue affecting its community integration.
This issue affects 1 projects,
and has been outstanding for 11 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:
-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: 16 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=30102007
-Dskip.jar.loading=true
-Djar.commons-lang.dir=/srv/gump/public/workspace/apache-commons/lang/dist
-Dversion=30102007
-Djar.commons-collections.dir=/srv/gump/public/workspace/apache-commons/collections/build
-Djar.commons-lang.version=30102007 -Djar.oro.name=jakarta-oro
-Djar.oro.version=30102007 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/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:/srv/gump/public/workspace/velocity-engine/bin/velocity-30102007.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-dep-30102007.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/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/
resolver.jar:/srv/gump/public/workspace/excalibur/containerkit/logkit/target/excalibur-logkit-30102007.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-30102007.jar:/srv/gump/public/workspace/apache-commons/lang/commons-lang-30102007.jar:/srv/gump/public/workspace/logging-log4j-12/dist/lib/log4j-30102007.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-30102007.jar:/srv/gump/packages/werken-xpath/werken-xpath-0.9.4.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-30102007.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-30102007.jar:/srv/gump/packages/antlr-2.7.6/antlr.jar:/srv/gump/public/workspace/hsqldb/lib/hsqldb.jar
---------------------------------------------
[junit] <$!list.set(1, $setme)> resolved to whatever>
[junit] <$!array.get($index)> resolved to <>
[junit] <$!list.get($index)> resolved to >
[junit] Changing to an array of: class java.lang.Object
[junit] Changing setme to: null
[junit] <$!array.size()> resolved to <0>
[junit] <$!list.size()> resolved to 0>
[junit] <$!array.isEmpty()> resolved to <true>
[junit] <$!list.isEmpty()> resolved to true>
[junit] [error] Method get threw exception for reference $list in template
$list.get(0) at [1,1]
[junit] [error] Method get threw exception for reference $array in
template $array.get(0) at [1,1]
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.753 sec
[junit] Running org.apache.velocity.test.BuiltInEventHandlerTestCase
[junit] Caught invalid references (local configuration).
[junit] Caught invalid references (global configuration).
[junit] Correctly escaped HTML
[junit] Correctly escaped XML
[junit] Correctly escaped SQL
[junit] Correctly escaped Javascript
[junit] Escape matched all references (global configuration)
[junit] Successfully engine init()
[junit] Escaping test1: Jimmy's <b>pizza</b>
[junit] Successfully escaped test1:
[junit] Escaping test1_js: Jimmy\'s <b>pizza<\/b>
[junit] expected:<......> but was:<...\...>
[junit] junit.framework.ComparisonFailure: expected:<......> but
was:<...\...>
[junit] at junit.framework.Assert.assertEquals(Assert.java:81)
[junit] at junit.framework.Assert.assertEquals(Assert.java:87)
[junit] at
org.apache.velocity.test.BuiltInEventHandlerTestCase.testEscapeReferenceMatch(BuiltInEventHandlerTestCase.java:284)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:585)
[junit] at junit.framework.TestCase.runTest(TestCase.java:154)
[junit] at junit.framework.TestCase.runBare(TestCase.java:127)
[junit] at junit.framework.TestResult$1.protect(TestResult.java:106)
[junit] at junit.framework.TestResult.runProtected(TestResult.java:124)
[junit] at junit.framework.TestResult.run(TestResult.java:109)
[junit] at junit.framework.TestCase.run(TestCase.java:118)
[junit] at junit.framework.TestSuite.runTest(TestSuite.java:208)
[junit] at junit.framework.TestSuite.run(TestSuite.java:203)
[junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
[junit] Tests run: 8, Failures: 1, Errors: 0, Time elapsed: 0.713 sec
BUILD FAILED
/srv/gump/public/workspace/velocity-engine/build/build.xml:974: Test
org.apache.velocity.test.BuiltInEventHandlerTestCase failed
Total time: 16 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 06000030102007, vmgump:vmgump-public:06000030102007
Gump E-mail Identifier (unique within run) #21.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]