From 325e13a93da00e6b1f8532877e76694641ed18c2 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 30 Nov 2001 21:09:03 +0000 Subject: [PATCH] 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 --- WHATSNEW | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 6d2d0dd4d..279e37f39 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -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 or . + 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 * Unjar, Untar, Unwar and Unzip now support patternsets to