Stefan,

Following up on a thread on gump mailing list. [1]

The change that you mentioned in your earlier email is likely this one [2]:
r1061156 | bodewig | 2011-01-20 03:25:35 -0500 (Thu, 20 Jan 2011) | 1 line
Give build.sysclasspath a chance to influence a forked VM's bootclasspath even if the user didn't supply one herself

And in fact the gump failure started on Jan 22 [3]

Funny thing about this test taskdefs/import-test.xml  :

I get it to fail using ant 1.8.2 (so before the last change that you did concerning bootclasspath) when I run it like that.

ant -Dbuild.sysclasspath=only -lib lib/optional/ant-antunit-1.1.jar -f src/tests/antunit/taskdefs/import-test.xml
Buildfile: C:\dev\asf\ant-core\src\tests\antunit\taskdefs\import-test.xml
BUILD FAILED
C:\dev\asf\ant-core\src\tests\antunit\taskdefs\import-test.xml:42: Cannot find override.xml imported from C:\dev\asf\ant-core\src\tests\antunit\taskdefs\import-test.xml
Total time: 0 seconds

If I run the test in this manner :
ant -Dantunit.testcase=taskdefs/import-test.xml -Dbuild.sysclasspath=only -lib lib/optional/ant-antunit-1.1.jar antunit-tests

it passes both with ant 1.8.2 and with svn head.

Any ideas ?

Antoine

[1] http://mail-archives.apache.org/mod_mbox/gump-general/201102.mbox/%3c87vd0be2nn....@v35516.1blu.de%3E [2] http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/CommandlineJava.java?r1=671018&r2=1061156&diff_format=h [3] http://mail-archives.apache.org/mod_mbox/ant-notifications/201101.mbox/ajax/%3c20110122121710.6d5a514d...@vmgump.apache.org%3E

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

Reply via email to