Run| Workspace| Log| Issues| Fixes| Pre-reqs| Stats| XRef| Maven Repository Proxy Log Gump Logo

Details

Parameters

Prefix Name Value
-D java.awt.headless true
org.apache.tools.ant.Main
-D gump.merge /srv/gump/public/gump/work/merge.xml
-D build.sysclasspath only
-D jar.oro.dir /srv/gump/public/workspace/jakarta-oro
-D deprecation false
-D jar.commons-collections.version 11052008
-D skip.jar.loading true
-D jar.commons-lang.dir /srv/gump/public/workspace/apache-commons/lang/dist
-D version 11052008
-D jar.commons-collections.dir /srv/gump/public/workspace/apache-commons/collections/build
-D jar.commons-lang.version 11052008
-D jar.oro.name jakarta-oro
-D jar.oro.version 11052008
test

Environment Overrides

Name Value
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 /srv/gump/public/workspace/velocity-engine/bin/velocity-11052008.jar /srv/gump/public/workspace/velocity-engine/bin/velocity-dep-11052008.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/packages/avalon-logkit/avalon-logkit-2.1.jar /srv/gump/public/workspace/apache-commons/collections/build/commons-collections-11052008.jar /srv/gump/public/workspace/apache-commons/lang/commons-lang-11052008.jar /srv/gump/public/workspace/logging-log4j-12/dist/lib/log4j-11052008.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-11052008.jar /srv/gump/packages/werken-xpath/werken-xpath-0.9.4.jar /srv/gump/public/workspace/apache-commons/logging/target/commons-logging-11052008.jar /srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-11052008.jar /srv/gump/packages/antlr-2.7.6/antlr.jar /srv/gump/public/workspace/hsqldb/lib/hsqldb.jar

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=11052008
        -Dskip.jar.loading=true
        -Djar.commons-lang.dir=/srv/gump/public/workspace/apache-commons/lang/dist
        -Dversion=11052008
        -Djar.commons-collections.dir=/srv/gump/public/workspace/apache-commons/collections/build
        -Djar.commons-lang.version=11052008 -Djar.oro.name=jakarta-oro
        -Djar.oro.version=11052008 test 

Output

Buildfile: /srv/gump/public/workspace/velocity-engine/build/build.xml

build-prepare:

build-download:

antlr-download:

http-download:

do-http-download:

avalon-logkit-download:

http-download:

do-http-download:

commons-collections-download:

http-download:

do-http-download:

commons-lang-download:

http-download:

do-http-download:

commons-logging-download:

http-download:

do-http-download:

jdom-download:

http-download:

do-http-download:

log4j-download:

http-download:

do-http-download:

oro-download:

http-download:

do-http-download:

servletapi-download:

http-download:

do-http-download:

werken-xpath-download:

http-download:

do-http-download:

hsqldb-download:

http-test-download:

do-http-test-download:

junit-download:

http-test-download:

do-http-test-download:

basic-prepare:

check-jdbc:

check-jdbc-true:

check-jdbc-false:

prepare-jdbc:

check-jdk14:

check-jdk14-true:

check-jdk14-false:

prepare-jdk14:

prepare:

compile-src:

compile-test:
    [javac] Compiling 89 source files to /srv/gump/public/workspace/velocity-engine/bin/test-classes
    [javac] Note: /srv/gump/public/workspace/velocity-engine/bin/test-src/org/apache/velocity/test/VelocityServletTestCase.java uses or overrides 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.

test:
    [mkdir] Created dir: /srv/gump/public/workspace/velocity-engine/bin/test-reports
    [junit] Running org.apache.velocity.io.UnicodeInputStreamTestCase
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.031 sec
    [junit] Running org.apache.velocity.test.AbsoluteFileResourceLoaderTestCase
    [junit] Retrieving template at absolute path: /srv/gump/public/workspace/velocity-engine/test/absolute/absolute.vm
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.033 sec
    [junit] Running org.apache.velocity.test.ArithmeticTestCase
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.021 sec
    [junit] Running org.apache.velocity.test.ArrayMethodsTestCase
    [junit] Changing to an array of: class java.lang.String
    [junit] Changing setme to: woogie
    [junit]     <$!array.size()> resolved to <3>
    [junit]     <$!list.size()> resolved to 3>
    [junit]     <$!array.isEmpty()> resolved to <false>
    [junit]     <$!list.isEmpty()> resolved to false>
    [junit]     <$!array.get($index)> resolved to <foo>
    [junit]     <$!list.get($index)> resolved to foo>
    [junit]     <$!array.set(0, $setme)> resolved to <foo>
    [junit]     <$!list.set(0, $setme)> resolved to foo>
    [junit]     <$!array.get($index)> resolved to <woogie>
    [junit]     <$!list.get($index)> resolved to woogie>
    [junit]     <$!array.contains($setme)> resolved to <true>
    [junit]     <$!list.contains($setme)> resolved to true>
    [junit]     <$!array.get($index)> resolved to <bar>
    [junit]     <$!list.get($index)> resolved to bar>
    [junit]     <$!array.set(1, $setme)> resolved to <bar>
    [junit]     <$!list.set(1, $setme)> resolved to bar>
    [junit]     <$!array.get($index)> resolved to <woogie>
    [junit]     <$!list.get($index)> resolved to woogie>
    [junit]     <$!array.contains($setme)> resolved to <true>
    [junit]     <$!list.contains($setme)> resolved to true>
    [junit]     <$!array.get($index)> resolved to <baz>
    [junit]     <$!list.get($index)> resolved to baz>
    [junit]     <$!array.set(2, $setme)> resolved to <baz>
    [junit]     <$!list.set(2, $setme)> resolved to baz>
    [junit]     <$!array.get($index)> resolved to <woogie>
    [junit]     <$!list.get($index)> resolved to woogie>
    [junit]     <$!array.contains($setme)> resolved to <true>
    [junit]     <$!list.contains($setme)> resolved to true>
    [junit] Changing to an array of: int
    [junit] Changing setme to: 11
    [junit]     <$!array.size()> resolved to <3>
    [junit]     <$!array.isEmpty()> resolved to <false>
    [junit]     <$!array.get($index)> resolved to <1>
    [junit]     <$!array.set(0, $setme)> resolved to <1>
    [junit]     <$!array.get($index)> resolved to <11>
    [junit]     <$!array.contains($setme)> resolved to <true>
    [junit]     <$!array.get($index)> resolved to <3>
    [junit]     <$!array.set(1, $setme)> resolved to <3>
    [junit]     <$!array.get($index)> resolved to <11>
    [junit]     <$!array.contains($setme)> resolved to <true>
    [junit]     <$!array.get($index)> resolved to <7>
    [junit]     <$!array.set(2, $setme)> resolved to <7>
    [junit]     <$!array.get($index)> resolved to <11>
    [junit]     <$!array.contains($setme)> resolved to <true>
    [junit] Changing to an array of: class java.lang.Object
    [junit] Changing setme to: whatever
    [junit]     <$!array.size()> resolved to <2>
    [junit]     <$!list.size()> resolved to 2>
    [junit]     <$!array.isEmpty()> resolved to <false>
    [junit]     <$!list.isEmpty()> resolved to false>
    [junit]     <$!array.get($index)> resolved to <2.2>
    [junit]     <$!list.get($index)> resolved to 2.2>
    [junit]     <$!array.set(0, $setme)> resolved to <2.2>
    [junit]     <$!list.set(0, $setme)> resolved to 2.2>
    [junit]     <$!array.get($index)> resolved to <whatever>
    [junit]     <$!list.get($index)> resolved to whatever>
    [junit]     <$!array.contains($setme)> resolved to <true>
    [junit]     <$!list.contains($setme)> resolved to true>
    [junit]     <$!array.get($index)> resolved to <>
    [junit]     <$!list.get($index)> resolved to >
    [junit]     <$!array.set(1, $setme)> resolved to <>
    [junit]     <$!list.set(1, $setme)> resolved to >
    [junit]     <$!array.get($index)> resolved to <whatever>
    [junit]     <$!list.get($index)> resolved to whatever>
    [junit]     <$!array.contains($setme)> resolved to <true>
    [junit]     <$!list.contains($setme)> resolved to true>
    [junit] Changing to an array of: class java.lang.Object
    [junit] Changing setme to: null
    [junit]     <$!array.size()> resolved to <2>
    [junit]     <$!list.size()> resolved to 2>
    [junit]     <$!array.isEmpty()> resolved to <false>
    [junit]     <$!list.isEmpty()> resolved to false>
    [junit]     <$!array.get($index)> resolved to <whatever>
    [junit]     <$!list.get($index)> resolved to whatever>
    [junit]     <$!array.set(0, $setme)> resolved to <whatever>
    [junit]     <$!list.set(0, $setme)> resolved to whatever>
    [junit]     <$!array.get($index)> resolved to <>
    [junit]     <$!list.get($index)> resolved to >
    [junit]     <$!array.get($index)> resolved to <whatever>
    [junit]     <$!list.get($index)> resolved to whatever>
    [junit]     <$!array.set(1, $setme)> resolved to <whatever>
    [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.44 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] Escape selected references (global configuration)
    [junit] PrintException handler successful.
    [junit] IncludeNotFound handler successful.
    [junit] IncludeRelativePath handler successful.
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.959 sec
    [junit] Running org.apache.velocity.test.ClassloaderChangeTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.322 sec
    [junit] Running org.apache.velocity.test.CommentsTestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.431 sec
    [junit] Running org.apache.velocity.test.CommonsExtPropTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.11 sec
    [junit] Running org.apache.velocity.test.ContextSafetyTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.343 sec
    [junit] Running org.apache.velocity.test.EncodingTestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.509 sec
    [junit] Running org.apache.velocity.test.EvaluateContextTestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.523 sec
    [junit] Running org.apache.velocity.test.EvaluateTestCase
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.792 sec
    [junit] Running org.apache.velocity.test.EventHandlingTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.437 sec
    [junit] Running org.apache.velocity.test.ExceptionTestCase
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.763 sec
    [junit] Running org.apache.velocity.test.ExternalLoggerTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.286 sec
    [junit] Running org.apache.velocity.test.FilteredEventHandlingTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.44 sec
    [junit] Running org.apache.velocity.test.ForeachTestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.376 sec
    [junit] Running org.apache.velocity.test.IncludeErrorTestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.625 sec
    [junit] Running org.apache.velocity.test.IncludeEventHandlingTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.343 sec
    [junit] Running org.apache.velocity.test.InfoTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.463 sec
    [junit] Running org.apache.velocity.test.InlineScopeVMTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.447 sec
    [junit] Running org.apache.velocity.test.IntrospectionCacheDataTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.338 sec
    [junit] Running org.apache.velocity.test.Introspector2TestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.307 sec
    [junit] Running org.apache.velocity.test.Introspector3TestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.119 sec
    [junit] Running org.apache.velocity.test.IntrospectorTestCase
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.086 sec
    [junit] Running org.apache.velocity.test.InvalidEventHandlerTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.517 sec
    [junit] Running org.apache.velocity.test.MacroForwardDefineTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.34 sec
    [junit] Running org.apache.velocity.test.MethodCacheKeyTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.019 sec
    [junit] Running org.apache.velocity.test.MethodInvocationExceptionTestCase
    [junit] Caught MIE (good!) :
    [junit]   reference = woogie
    [junit]   method    = doException
    [junit]   throwable = java.lang.NullPointerException
    [junit]   exception = null
    [junit] Caught MIE (good!) :
    [junit]   reference = woogie
    [junit]   method    = getFoo
    [junit]   throwable = java.lang.Exception: Hello from getFoo()
    [junit]   exception = Hello from getFoo()
    [junit] Caught MIE (good!) :
    [junit]   reference = woogie
    [junit]   method    = getFoo
    [junit]   throwable = java.lang.Exception: Hello from getFoo()
    [junit]   exception = Hello from getFoo()
    [junit] Caught MIE (good!) :
    [junit]   reference = 
    [junit]   method    = foo
    [junit]   throwable = java.lang.Exception: Hello from setFoo()
    [junit]   exception = Hello from setFoo()
    [junit] Caught MIE (good!) :
    [junit]   reference = woogie
    [junit]   method    = getFoo
    [junit]   throwable = java.lang.Exception: Hello from getFoo()
    [junit]   exception = Hello from getFoo()
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.506 sec
    [junit] Running org.apache.velocity.test.MethodOverloadingTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.49 sec
    [junit] Running org.apache.velocity.test.MiscTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.625 sec
    [junit] Running org.apache.velocity.test.MultipleFileResourcePathTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.343 sec
    [junit] Running org.apache.velocity.test.NumberMethodCallsTestCase
    [junit] Testing: method calls with arguments as context objects
    [junit] Testing: method calls with arguments as literals
    [junit] Testing: method calls with arguments as calculated values
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.392 sec
    [junit] Running org.apache.velocity.test.ParseExceptionTestCase
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.733 sec
    [junit] Running org.apache.velocity.test.ParseWithMacroLibsTestCase
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.721 sec
    [junit] Running org.apache.velocity.test.ParserTestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.618 sec
    [junit] Running org.apache.velocity.test.ResourceCachingTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.338 sec
    [junit] Running org.apache.velocity.test.ResourceLoaderInstanceTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.28 sec

BUILD FAILED
/srv/gump/public/workspace/velocity-engine/build/build.xml:974: Test org.apache.velocity.test.ResourceLoaderInstanceTestCase failed

Total time: 44 seconds

Last Updated: Sun, 11 May 2008 16:00:10 ().Python Logo