Browse Source

document that directories need to come from resources PRs 39122 and 44300

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@806551 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
9db85168cb
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      docs/manual/CoreTasks/uptodate.html

+ 5
- 0
docs/manual/CoreTasks/uptodate.html View File

@@ -84,6 +84,11 @@ set of files to check against the target file(s).</p>
<p><strong>Note:</strong> You can specify either the <code>srcfile</code>
attribute or nested <code>&lt;srcfiles&gt;</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>&lt;srcresources&gt;</code> element is a <a
href="../CoreTypes/resources.html#union">union</a> and allows you to


Loading…
Cancel
Save