Browse Source

failonerror in <copy> has learned some new tricks a while ago

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274572 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
f24fd222dd
3 changed files with 7 additions and 7 deletions
  1. +3
    -3
      docs/manual/CoreTasks/copy.html
  2. +3
    -3
      docs/manual/CoreTasks/move.html
  3. +1
    -1
      docs/manual/CoreTasks/sync.html

+ 3
- 3
docs/manual/CoreTasks/copy.html View File

@@ -93,9 +93,9 @@ operation as <a href="../CoreTypes/filterset.html">filtersets</a>
</tr> </tr>
<tr> <tr>
<td valign="top">failonerror</td> <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>
<td valign="top" align="center">No; defaults to true.</td> <td valign="top" align="center">No; defaults to true.</td>
</tr> </tr>


+ 3
- 3
docs/manual/CoreTasks/move.html View File

@@ -78,9 +78,9 @@ to move to the <var>todir</var> directory.</p>
</tr> </tr>
<tr> <tr>
<td valign="top">failonerror</td> <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>
<td valign="top" align="center">No; defaults to true.</td> <td valign="top" align="center">No; defaults to true.</td>
</tr> </tr>


+ 1
- 1
docs/manual/CoreTasks/sync.html View File

@@ -40,7 +40,7 @@ more filesets.</p>
</tr> </tr>
<tr> <tr>
<td valign="top">failonerror</td> <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 when one of the nested filesets points to a directory that
doesn't exist. doesn't exist.
</td> </td>


Loading…
Cancel
Save