bodewig 01/05/22 02:58:37
Modified: . WHATSNEW
docs/manual/CoreTasks execon.html
Log:
skipemptyfilesets attributes of apply and execon - part 2.
forgot to save some files, sorry.
Revision Changes Path
1.109 +2 -0 jakarta-ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- WHATSNEW 2001/05/17 11:05:55 1.108
+++ WHATSNEW 2001/05/22 09:58:26 1.109
@@ -66,6 +66,8 @@
* Allow the SQL Delimiter to be set in the so that Oracle stored procs may be
entered
+* <execon> and <apply> can now optionally skip empty filesets.
+
Fixed bugs:
-----------
1.3 +6 -0 jakarta-ant/docs/manual/CoreTasks/execon.html
Index: execon.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/execon.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- execon.html 2001/02/13 12:31:51 1.2
+++ execon.html 2001/05/22 09:58:34 1.3
@@ -64,6 +64,12 @@
<td align="center" valign="top">No, default is <i>false</i></td>
</tr>
<tr>
+ <td valign="top">skipemptyfilesets</td>
+ <td valign="top">Don't run the command, if no source files have
+ been found.</td>
+ <td align="center" valign="top">No, default is <i>false</i></td>
+ </tr>
+ <tr>
<td valign="top">parallel</td>
<td valign="top">Run the command only once, appending all files as
arguments. If false, command will be executed once for every file.