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 +* and 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 @@ No, default is false + skipemptyfilesets + Don't run the command, if no source files have + been found. + No, default is false + + parallel Run the command only once, appending all files as arguments. If false, command will be executed once for every file.