|
|
@@ -26,8 +26,6 @@ Other changes: |
|
|
|
|
|
|
|
* <loadproperties> supports loading from a resource. |
|
|
|
|
|
|
|
* <fail> accepts a nested <condition>. |
|
|
|
|
|
|
|
* Changed default tempdir for <javac> from user.dir to java.io.tmpdir. |
|
|
|
|
|
|
|
* A new base class DispatchTask has been added to facilitate elegant |
|
|
@@ -37,9 +35,6 @@ Other changes: |
|
|
|
which will allow nonexistent files specified via <filelist>s to |
|
|
|
be passed to the executable. Bugzilla Report 29585. |
|
|
|
|
|
|
|
* <fail> has a status attribute that can be used to pass an exit |
|
|
|
status back to the command line. |
|
|
|
|
|
|
|
Changes from Ant 1.6.1 to current Ant 1.6 CVS version |
|
|
|
===================================================== |
|
|
|
|
|
|
@@ -238,6 +233,11 @@ Other changes: |
|
|
|
|
|
|
|
* Added Target.getIf/Unless(). Bugzilla Report 29320. |
|
|
|
|
|
|
|
* <fail> has a status attribute that can be used to pass an exit |
|
|
|
status back to the command line. |
|
|
|
|
|
|
|
* <fail> accepts a nested <condition>. |
|
|
|
|
|
|
|
Changes from Ant 1.6.0 to Ant 1.6.1 |
|
|
|
============================================= |
|
|
|
|
|
|
|