Browse Source

Clarify failonerror.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277148 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
77b4a86f31
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTasks/copy.html

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

@@ -93,7 +93,7 @@ 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
<td valign="top">If false, log a warning message, but do not stop the
build, when the file to copy does not exist or one of the nested build, when the file to copy does not exist or one of the nested
filesets points to a directory that doesn't exist or an error occurs filesets points to a directory that doesn't exist or an error occurs
while copying. while copying.


Loading…
Cancel
Save