Browse Source

Merge fix for bug 17952 from 1.5 branch

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

+ 21
- 1
docs/manual/CoreTasks/move.html View File

@@ -29,6 +29,13 @@ to move to the <var>todir</var> directory.</p>
<td valign="top" align="center">One of <var>file</var> or
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>
@@ -69,6 +76,19 @@ to move to the <var>todir</var> directory.</p>
Defaults to &quot;yes&quot;.</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 @@ in a directory.</b></p>
&lt;/move&gt;
</pre>
<hr>
<p align="center">Copyright &copy; 2000-2002 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2003 Apache Software Foundation. All rights
Reserved.</p>

</body>


Loading…
Cancel
Save