bodewig 2003/05/14 04:53:41
Modified: docs/manual/CoreTasks copy.html move.html sync.html
Log:
failonerror in <copy> has learned some new tricks a while ago
Revision Changes Path
1.17 +3 -3 ant/docs/manual/CoreTasks/copy.html
Index: copy.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/copy.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- copy.html 27 Mar 2003 16:32:18 -0000 1.16
+++ copy.html 14 May 2003 11:53:41 -0000 1.17
@@ -93,9 +93,9 @@
</tr>
<tr>
<td valign="top">failonerror</td>
- <td valign="top">Log a warning message, but do not stop the build,
- when the file to copy does not exist.
- Only meaningful when copying a single file.
+ <td valign="top">Log a warning message, but do not stop the
+ build, when the file to copy does not exist or one of the nested
+ filesets points to a directory that doesn't exist.
</td>
<td valign="top" align="center">No; defaults to true.</td>
</tr>
1.12 +3 -3 ant/docs/manual/CoreTasks/move.html
Index: move.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/move.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- move.html 27 Mar 2003 16:32:18 -0000 1.11
+++ move.html 14 May 2003 11:53:41 -0000 1.12
@@ -78,9 +78,9 @@
</tr>
<tr>
<td valign="top">failonerror</td>
- <td valign="top">Log a warning message, but do not stop the build,
- when the file to move does not exist.
- Only meaningful when moving a single file.
+ <td valign="top">Log a warning message, but do not stop the
+ build, when the file to copy does not exist or one of the nested
+ filesets points to a directory that doesn't exist.
</td>
<td valign="top" align="center">No; defaults to true.</td>
</tr>
1.2 +1 -1 ant/docs/manual/CoreTasks/sync.html
Index: sync.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/sync.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sync.html 14 May 2003 11:52:08 -0000 1.1
+++ sync.html 14 May 2003 11:53:41 -0000 1.2
@@ -40,7 +40,7 @@
</tr>
<tr>
<td valign="top">failonerror</td>
- <td valign="top">Log a warning message, but do not stop the build,
+ <tcd valign="top">Log a warning message, but do not stop the build,
when one of the nested filesets points to a directory that
doesn't exist.
</td>