From e16cf630bd1d1de5b306cf859ab72d8b1138ec6d Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 17 Aug 2010 10:25:28 +0000 Subject: [PATCH] tofile is incompatible with non-file resources. PR 49756 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@986261 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/Tasks/copy.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/Tasks/copy.html b/docs/manual/Tasks/copy.html index c5292de19..0378bfdff 100644 --- a/docs/manual/Tasks/copy.html +++ b/docs/manual/Tasks/copy.html @@ -72,8 +72,9 @@ operation as filtersets. tofile The file to copy to. With the file - attribute, either tofile or todir can be used. - With nested resource collection elements, if the number of included files + attribute, either tofile or todir can be used.
+ With nested resource collection elements, if the collection + contains non-filesystem resources, the number of included files is greater than 1, or if only the dir attribute is specified in the <fileset>, or if the file attribute is also specified, then only