You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/08/17 12:25:29 UTC

svn commit: r986261 - /ant/core/trunk/docs/manual/Tasks/copy.html

Author: bodewig
Date: Tue Aug 17 10:25:28 2010
New Revision: 986261

URL: http://svn.apache.org/viewvc?rev=986261&view=rev
Log:
tofile is incompatible with non-file resources.  PR 49756

Modified:
    ant/core/trunk/docs/manual/Tasks/copy.html

Modified: ant/core/trunk/docs/manual/Tasks/copy.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/Tasks/copy.html?rev=986261&r1=986260&r2=986261&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/Tasks/copy.html (original)
+++ ant/core/trunk/docs/manual/Tasks/copy.html Tue Aug 17 10:25:28 2010
@@ -72,8 +72,9 @@ operation as <a href="../Types/filterset
     <td valign="top">tofile</td>
     <td valign="top">The file to copy to.</td>
     <td valign="top" align="center" rowspan="2">With the <code>file</code>
-      attribute, either <code>tofile</code> or <code>todir</code> can be used.
-      With nested resource collection elements, if the number of included files
+      attribute, either <code>tofile</code> or <code>todir</code> can be used.<br/>
+      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 <code>dir</code> attribute is
       specified in the <code>&lt;fileset&gt;</code>, or if the
       <code>file</code> attribute is also specified, then only