From 2dfb9b369ad23261441f0f1b0ad3588b3babfe2f Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Sun, 10 Sep 2006 20:42:25 +0000 Subject: [PATCH] bugzilla 38431: description of attribute failonerror in sync task git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442004 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/sync.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/sync.html b/docs/manual/CoreTasks/sync.html index 200eff670..c33a2a0c4 100644 --- a/docs/manual/CoreTasks/sync.html +++ b/docs/manual/CoreTasks/sync.html @@ -46,7 +46,7 @@ dir, it will get removed from the target.

failonerror - Log a warning message, but do not stop the build, + If is set to false, log a warning message, but do not stop the build, when one of the nested filesets points to a directory that doesn't exist.