----------------------------------------------------
<http://gump.covalent.net/log/commons-jelly-tags-ant.html>
----------------------------------------------------

Buildfile: build.xml

init:
    [mkdir] Created dir: /javastuff/gump/jelly-tags/ant/target/lib

get-deps:

compile:
    [mkdir] Created dir: /javastuff/gump/jelly-tags/ant/target/classes
    [javac] Compiling 10 source files to /javastuff/gump/jelly-tags/ant/target/classes
     [copy] Copying 10 files to /javastuff/gump/jelly-tags/ant/target/test-classes

compile-tests:
    [javac] Compiling 5 source files to 
/javastuff/gump/jelly-tags/ant/target/test-classes

internal-test:
    [mkdir] Created dir: /javastuff/gump/jelly-tags/ant/target/test-reports
    [junit] Running org.apache.commons.jelly.ant.TestJelly
    [junit] Tests run: 6, Failures: 0, Errors: 1, Time elapsed: 3.997 sec
    [junit] Testsuite: org.apache.commons.jelly.ant.TestJelly
    [junit] Tests run: 6, Failures: 0, Errors: 1, Time elapsed: 3.997 sec

    [junit] Testcase: write took 1.957 sec
    [junit] Testcase: readWrite took 0.318 sec
    [junit] Testcase: writeIn took 0.443 sec
    [junit] Testcase: readWriteIn took 0.532 sec
    [junit] Testcase: startUpReadWrite took 0.332 sec
    [junit] Testcase: copy took 0.224 sec
    [junit]     Caused an ERROR
    [junit] 
file:/javastuff/gump/jelly-tags/ant/target/test-classes/org/apache/commons/jelly/ant/suite.jelly:88:48:
 <mkdir> Directory /target/tmp/ant-tests creation was not successful for an unknown 
reason
    [junit] org.apache.commons.jelly.JellyTagException: 
file:/javastuff/gump/jelly-tags/ant/target/test-classes/org/apache/commons/jelly/ant/suite.jelly:88:48:
 <mkdir> Directory /target/tmp/ant-tests creation was not successful for an unknown 
reason
    [junit]     at 
org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:683)
    [junit]     at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:288)
    [junit]     at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
    [junit]     at 
org.apache.commons.jelly.tags.junit.CaseTag$1.runTest(CaseTag.java:105)
    [junit] Caused by: Directory /target/tmp/ant-tests creation was not successful for 
an unknown reason
    [junit]     at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:232)
    [junit]     at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
    [junit]     ... 11 more
    [junit] Root cause
    [junit] Directory /target/tmp/ant-tests creation was not successful for an unknown 
reason
    [junit]     at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:232)
    [junit]     at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
    [junit]     at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
    [junit]     at 
org.apache.commons.jelly.tags.junit.CaseTag$1.runTest(CaseTag.java:105)




BUILD FAILED
/javastuff/gump/jelly-tags/ant/build.xml:95: Test 
org.apache.commons.jelly.ant.TestJelly failed

Total time: 14 seconds

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to