From 77b4a86f3136e7b815d07732a8d8335115e47020 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 7 Dec 2004 23:42:41 +0000 Subject: [PATCH] Clarify failonerror. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277148 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/copy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/copy.html b/docs/manual/CoreTasks/copy.html index 46180dc15..48e50eb91 100644 --- a/docs/manual/CoreTasks/copy.html +++ b/docs/manual/CoreTasks/copy.html @@ -93,7 +93,7 @@ operation as filtersets failonerror - Log a warning message, but do not stop the + If false, 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 or an error occurs while copying.