|
@@ -29,6 +29,13 @@ to move to the <var>todir</var> directory.</p> |
|
|
<td valign="top" align="center">One of <var>file</var> or |
|
|
<td valign="top" align="center">One of <var>file</var> or |
|
|
at least one nested fileset element</td> |
|
|
at least one nested fileset element</td> |
|
|
</tr> |
|
|
</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> |
|
|
<tr> |
|
|
<td valign="top">tofile</td> |
|
|
<td valign="top">tofile</td> |
|
|
<td valign="top">the file to move to</td> |
|
|
<td valign="top">the file to move to</td> |
|
@@ -69,6 +76,19 @@ to move to the <var>todir</var> directory.</p> |
|
|
Defaults to "yes".</td> |
|
|
Defaults to "yes".</td> |
|
|
<td valign="top" align="center">No</td> |
|
|
<td valign="top" align="center">No</td> |
|
|
</tr> |
|
|
</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> |
|
|
</table> |
|
|
<h3>Parameters specified as nested elements</h3> |
|
|
<h3>Parameters specified as nested elements</h3> |
|
|
<h4>mapper</h4> |
|
|
<h4>mapper</h4> |
|
@@ -121,7 +141,7 @@ in a directory.</b></p> |
|
|
</move> |
|
|
</move> |
|
|
</pre> |
|
|
</pre> |
|
|
<hr> |
|
|
<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> |
|
|
Reserved.</p> |
|
|
|
|
|
|
|
|
</body> |
|
|
</body> |
|
|