From 9db85168cb213e372b060059157e05286dd25567 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Fri, 21 Aug 2009 13:47:13 +0000
Subject: [PATCH] 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
---
docs/manual/CoreTasks/uptodate.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/manual/CoreTasks/uptodate.html b/docs/manual/CoreTasks/uptodate.html
index bfc95aadb..b3a6da348 100644
--- a/docs/manual/CoreTasks/uptodate.html
+++ b/docs/manual/CoreTasks/uptodate.html
@@ -84,6 +84,11 @@ set of files to check against the target file(s).
Note: You can specify either the srcfile
attribute or nested <srcfiles>
elements, but not both.
+
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).
+
The nested <srcresources>
element is a union and allows you to