Details
- State: Failed
- For: Project: antbook-sections
- Working Directory: /srv/gump/public/workspace/antbook/sections
- Output: /srv/gump/public/workspace/tmp/build_antbook_antbook-sections.txt
- Exit Code: 1
- Start Time: Sun, 11 May 2008 14:16:20 (PDT)
- End Time: Sun, 11 May 2008 14:24:54 (PDT)
- Elapsed Time: 8 mins 33 secs
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.version |
11052008 |
| -D |
no.sign.jar |
true |
| -D |
gump.build |
true |
|
gump |
|
Environment Overrides
| Name |
Value |
| CLASSPATH |
:/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar
/srv/gump/public/workspace/antbook/sections/extending/ch17_tasks/filesize/first/build/classes
/srv/gump/public/workspace/antbook/sections/extending/ch17_tasks/tasks/build/classes
/srv/gump/public/workspace/antbook/sections/extending/ch17_tasks/runjava/build/classes
/srv/gump/public/workspace/antbook/sections/extending/ch18_extras/conditions/build/classes
/srv/gump/public/workspace/antbook/sections/extending/ch18_extras/embed/build/classes
/srv/gump/public/workspace/antbook/sections/extending/ch18_extras/filters/build/classes
/srv/gump/public/workspace/antbook/sections/extending/ch18_extras/listeners/build/classes
/srv/gump/public/workspace/antbook/sections/extending/ch18_extras/mappers/build/classes
/srv/gump/public/workspace/antbook/sections/extending/ch18_extras/resources/build/classes
/srv/gump/public/workspace/antbook/sections/extending/ch18_extras/script/build/classes
/srv/gump/public/workspace/antbook/sections/extending/ch18_extras/selectors/build/classes
/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/ivy/build/artifact/jars/ivy-11052008.jar
/srv/gump/public/workspace/ant-antlibs/antunit/build/ant-antunit-11052008.jar
/srv/gump/public/workspace/jython/dist/jython.jar
/srv/gump/packages/bsh-2.0b4/bsh-commands-2.0b4.jar
/srv/gump/packages/bsh-2.0b4/bsh-classpath-2.0b4.jar
/srv/gump/packages/bsh-2.0b4/bsh-core-2.0b4.jar
/srv/gump/packages/bsh-2.0b4/bsh-bsf-2.0b4.jar
/srv/gump/packages/bsh-2.0b4/bsh-2.0b4.jar
/srv/gump/packages/bsh-2.0b4/bsh-reflect-2.0b4.jar
/srv/gump/packages/bsh-2.0b4/bsh-util-2.0b4.jar
/srv/gump/public/workspace/jakarta-bsf/build/lib/bsf.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.version=11052008 -Dno.sign.jar=true
-Dgump.build=true gump Output
Buildfile: /srv/gump/public/workspace/antbook/sections/build.xml
all:
init:
ch10:
[mkdir] Created dir: /srv/gump/public/workspace/antbook/sections/applying/xml/build
echoxml:
cdata:
xmlns:
xml:
validate-cdata-xsd:
validate-echo-xsd:
validate-xsd:
load-properties:
[echo]
[echo] Values
[echo] -----
[echo] element = element1,element2
[echo] element.attribute1 = attribute1
[echo] element.attribute2 = attribute2
[echo]
load-cdata:
[xml] #Ant properties
[xml] #Sun May 11 13:16:21 GMT-08:00 2008
[xml] x\:xmlfile=text data,more text
[xml] x\:xmlfile(xmlns\:x)=http\://antbook.org/2006/01/01
[xml] x\:xmlfile.x\:nested=nested >
[xml] x\:xmlfile.x\:nested(attribute)=value
load-cdata-xml:
[echoproperties] <?xml version="1.0" encoding="UTF-8"?><properties>
[echoproperties] <property name="x:xmlfile" value="text data,more text" />
[echoproperties] <property name="x:xmlfile(xmlns:x)" value="http://antbook.org/2006/01/01" />
[echoproperties] <property name="x:xmlfile.x:nested" value="nested >" />
[echoproperties] <property name="x:xmlfile.x:nested(attribute)" value="value" />
[echoproperties] </properties>
all:
ch17:
init:
[mkdir] Created dir: /srv/gump/public/workspace/antbook/sections/extending/ch17_tasks/filesize/first/build/classes
[mkdir] Created dir: /srv/gump/public/workspace/antbook/sections/extending/ch17_tasks/filesize/first/dist
compile:
[javac] Compiling 3 source files to /srv/gump/public/workspace/antbook/sections/extending/ch17_tasks/filesize/first/build/classes
[copy] Copying 2 files to /srv/gump/public/workspace/antbook/sections/extending/ch17_tasks/filesize/first/build/classes
define:
ready-to-run:
antunit:
[au:antunit] Build File: /srv/gump/public/workspace/antbook/sections/extending/ch17_tasks/filesize/first/build.xml
[au:antunit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.137 sec
[au:antunit] Target: testWorking took 0.029 sec
[au:antunit] Target: testNoFileParam took 0.005 sec
[au:antunit] Target: testNoFile took 0.004 sec
[au:antunit] Target: testNoProperty took 0.004 sec
[au:antunit] Target: testOutput took 0.015 sec
filesize2:
[echo] filesize = 3514
all:
init:
[mkdir] Created dir: /srv/gump/public/workspace/antbook/sections/extending/ch17_tasks/tasks/build
[mkdir] Created dir: /srv/gump/public/workspace/antbook/sections/extending/ch17_tasks/tasks/build/classes
[mkdir] Created dir: /srv/gump/public/workspace/antbook/sections/extending/ch17_tasks/tasks/dist
compile:
[javac] Compiling 16 source files to /srv/gump/public/workspace/antbook/sections/extending/ch17_tasks/tasks/build/classes
[copy] Copying 2 files to /srv/gump/public/workspace/antbook/sections/extending/ch17_tasks/tasks/build/classes
jar:
[jar] Building jar: /srv/gump/public/workspace/antbook/sections/extending/ch17_tasks/tasks/dist/antbook-tasks-11052008.jar
define:
ready-to-run:
antunit:
[au:antunit] Build File: /srv/gump/public/workspace/antbook/sections/extending/ch17_tasks/tasks/build.xml
[au:antunit] Tests run: 25, Failures: 0, Errors: 25, Time elapsed: 509.564 sec
[au:antunit] Target: testDynaTaskAntunitNamespace caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.004 sec
[au:antunit] Target: testLoadInvalidClassNoClasspath caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.005 sec
[au:antunit] Target: testCustomNestedEmpty caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.001 sec
[au:antunit] Target: testCustomNested caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.001 sec
[au:antunit] Target: testLoadClassAntClass caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.005 sec
[au:antunit] Target: testCustomNestedBadNS caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.001 sec
[au:antunit] Target: testDynaTask caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.004 sec
[au:antunit] Target: testWeekdayCaseSensitive caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.002 sec
[au:antunit] Target: testLoadSelfNested caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.005 sec
[au:antunit] Target: testLoadSelfBadInlineRef caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.002 sec
[au:antunit] Target: testLoadSelfInlineRef caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.002 sec
[au:antunit] Target: testDynaTaskBookStandardAttribute caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.001 sec
[au:antunit] Target: testInvalidEnum caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.001 sec
[au:antunit] Target: testMessageTask caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.001 sec
[au:antunit] Target: testDynaTaskB2Namespace caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.005 sec
[au:antunit] Target: testLoadSelfNestedRef caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.001 sec
[au:antunit] Target: testLoadClassNoClasspath caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.001 sec
[au:antunit] Target: testMessage2Task caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.001 sec
[au:antunit] Target: testWeekday caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.002 sec
[au:antunit] Target: testLoadSelf caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.005 sec
[au:antunit] Target: testGoodEnum caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0 sec
[au:antunit] Target: testCaseSensitiveEnum caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.002 sec
[au:antunit] Target: testBignum caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.003 sec
[au:antunit] Target: testSetterTakesHex caused an ERROR
[au:antunit] at line 67, column 52
[au:antunit] Message: book:tdef class org.antbook.tasks.MessageTask cannot be found
[au:antunit] took 0.001 sec
[au:antunit] Target: tested caused an ERROR
[au:antunit] at line 100, column 17
[au:antunit] Message: Tests failed with 0 failures and 1 error
[au:antunit] took 509.106 sec
BUILD FAILED
/srv/gump/public/workspace/antbook/sections/build.xml:54: The following error occurred while executing this line:
/srv/gump/public/workspace/antbook/sections/build.xml:23: The following error occurred while executing this line:
/srv/gump/public/workspace/antbook/sections/extending/ch17_tasks/tasks/build.xml:100: Tests failed with 0 failures and 25 errors
Total time: 8 minutes 33 seconds
Last Updated: Sun, 11 May 2008 08:00:09 ().