git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274572 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -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> | ||||
| @@ -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> | ||||
| @@ -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> | ||||