For the build file provided by alexey (with failonerror="false")
ant 1.6.2 gives :
Buildfile: test.xml
all:
[delete] C:\java_stuff\aaa\bbb not found.
BUILD SUCCESSFUL
Total time: 1 second
Current 1.7 gives:
Buildfile: test.xml
all:
BUILD FAILED
C:\java_stuff\eclipse3.1\workspace\ant-trunk\test.xml:4:
C:\java_stuff\eclipse3.
1\workspace\ant-trunk\aaa\bbb not found.
Total time: 0 seconds
So the example works with ant 1.6 versions, looks like we have broken
something.
Martijn
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]