From d02db89e8bd8027679f76ae845f624660ea936b7 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 19 Mar 2003 08:33:27 +0000 Subject: [PATCH] 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 --- docs/manual/CoreTasks/move.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/move.html b/docs/manual/CoreTasks/move.html index 56202adff..fd8052c97 100644 --- a/docs/manual/CoreTasks/move.html +++ b/docs/manual/CoreTasks/move.html @@ -29,6 +29,13 @@ to move to the todir directory.

One of file or at least one nested fileset element + + preservelastmodified + Give the moved files the same last modified + time as the original source files. + (Note: Ignored on Java 1.1) + No; defaults to false. + tofile the file to move to @@ -69,6 +76,19 @@ to move to the todir directory.

Defaults to "yes". No + + failonerror + 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. + + No; defaults to true. + + + verbose + Log the files that are being moved. + No; defaults to false. +

Parameters specified as nested elements

mapper

@@ -121,7 +141,7 @@ in a directory.

</move>
-

Copyright © 2000-2002 Apache Software Foundation. All rights +

Copyright © 2000-2003 Apache Software Foundation. All rights Reserved.