Browse Source

added changes to exec, and a bit on the immutability fixes in the 'this may break things' section

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270059 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 23 years ago
parent
commit
325e13a93d
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      WHATSNEW

+ 10
- 0
WHATSNEW View File

@@ -16,8 +16,13 @@ Changes that could break older environments:
represents a directory. Support for nested filesets is provided
instead.

* Some loopholes in the immutability rule have been closed. It is no longer
possible to overwrite a property using tasks like <available> or <condition>.

Fixed bugs:
-----------
* Fixed bug with 4NT shell support

* Fixed bug where ant would not perform ftp without remotedir being
specified even though this was not mandatory.

@@ -47,6 +52,11 @@ Fixed bugs:

Other changes:
--------------
* Exec task has extra attribute "resultproperty" to get the return code
into a property.
* Exec task prints a message when a timed out process is killed.
* Added optional attributes - name, arch and version to <os>

* Unjar, Untar, Unwar and Unzip now support patternsets to


Loading…
Cancel
Save