From f24fd222dd62c312418ed9093e3d210ed812352e Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Wed, 14 May 2003 11:53:41 +0000
Subject: [PATCH] failonerror in has learned some new tricks a while ago
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274572 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/copy.html | 6 +++---
docs/manual/CoreTasks/move.html | 6 +++---
docs/manual/CoreTasks/sync.html | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/manual/CoreTasks/copy.html b/docs/manual/CoreTasks/copy.html
index 0f79edee9..7a288c3e8 100644
--- a/docs/manual/CoreTasks/copy.html
+++ b/docs/manual/CoreTasks/copy.html
@@ -93,9 +93,9 @@ operation as filtersets
failonerror |
- 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.
+ | 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.
|
No; defaults to true. |
diff --git a/docs/manual/CoreTasks/move.html b/docs/manual/CoreTasks/move.html
index c2e1982ec..2af559294 100644
--- a/docs/manual/CoreTasks/move.html
+++ b/docs/manual/CoreTasks/move.html
@@ -78,9 +78,9 @@ to move to the todir directory.
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.
+ | 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.
|
No; defaults to true. |
diff --git a/docs/manual/CoreTasks/sync.html b/docs/manual/CoreTasks/sync.html
index 7d24a0c1e..35c344b22 100644
--- a/docs/manual/CoreTasks/sync.html
+++ b/docs/manual/CoreTasks/sync.html
@@ -40,7 +40,7 @@ more filesets.
failonerror |
- Log a warning message, but do not stop the build,
+ Log a warning message, but do not stop the build,
when one of the nested filesets points to a directory that
doesn't exist.
|