bodewig 2003/03/19 00:33:28
Modified: docs/manual/CoreTasks move.html
Log:
Merge fix for bug 17952 from 1.5 branch
Revision Changes Path
1.10 +21 -1 ant/docs/manual/CoreTasks/move.html
Index: move.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/move.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- move.html 4 Sep 2002 11:05:16 -0000 1.9
+++ move.html 19 Mar 2003 08:33:27 -0000 1.10
@@ -30,6 +30,13 @@
at least one nested fileset element</td>
</tr>
<tr>
+ <td valign="top">preservelastmodified</td>
+ <td valign="top">Give the moved files the same last modified
+ time as the original source files.
+ (<em>Note</em>: Ignored on Java 1.1)</td>
+ <td valign="top" align="center">No; defaults to false.</td>
+ </tr>
+ <tr>
<td valign="top">tofile</td>
<td valign="top">the file to move to</td>
<td valign="top" align="center" rowspan="2">With the <var>file</var>
attribute,
@@ -69,6 +76,19 @@
Defaults to "yes".</td>
<td valign="top" align="center">No</td>
</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>
+ <td valign="top" align="center">No; defaults to true.</td>
+ </tr>
+ <tr>
+ <td valign="top">verbose</td>
+ <td valign="top">Log the files that are being moved.</td>
+ <td valign="top" align="center">No; defaults to false.</td>
+ </tr>
</table>
<h3>Parameters specified as nested elements</h3>
<h4>mapper</h4>
@@ -121,7 +141,7 @@
</move>
</pre>
<hr>
-<p align="center">Copyright © 2000-2002 Apache Software Foundation. All
rights
+<p align="center">Copyright © 2000-2003 Apache Software Foundation. All
rights
Reserved.</p>
</body>