stevel 01/11/30 13:09:03
Modified: . WHATSNEW
Log:
added changes to exec, and a bit on the immutability fixes in the 'this may
break things' section
Revision Changes Path
1.183 +10 -0 jakarta-ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- WHATSNEW 2001/11/30 12:24:16 1.182
+++ WHATSNEW 2001/11/30 21:09:03 1.183
@@ -16,8 +16,13 @@
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 @@
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
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>