Author: bodewig
Date: Fri Aug 21 13:47:13 2009
New Revision: 806551
URL: http://svn.apache.org/viewvc?rev=806551&view=rev
Log:
document that directories need to come from resources PRs 39122 and 44300
Modified:
ant/core/trunk/docs/manual/CoreTasks/uptodate.html
Modified: ant/core/trunk/docs/manual/CoreTasks/uptodate.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/uptodate.html?rev=806551&r1=806550&r2=806551&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/uptodate.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/uptodate.html Fri Aug 21 13:47:13 2009
@@ -84,6 +84,11 @@
<p><strong>Note:</strong> You can specify either the <code>srcfile</code>
attribute or nested <code><srcfiles></code> elements, but not both.
+<p>Note that the task will completely ignore any directories that seem
+ to be matched by the srcfiles fileset, it will only consider normal
+ files. If you need logic that applies to directories as well, use a
+ nested srcresource and a dirset (for example).</p>
+
<h4><a name="srcresources">srcresources</a></h4>
<p>The nested <code><srcresources></code> element is a <a
href="../CoreTypes/resources.html#union">union</a> and allows you to