diff --git a/docs/manual/dirtasks.html b/docs/manual/dirtasks.html index 960d15b7e..8f73d634f 100644 --- a/docs/manual/dirtasks.html +++ b/docs/manual/dirtasks.html @@ -65,6 +65,15 @@ the default excludes).
of files. These patterns look very much like the patterns used in DOS and UNIX:'*' matches zero or more characters, '?' matches one character.
+ +In general, patterns are considered relative paths, relative to a
+task dependent base directory (the dir attribute in the case of
+<fileset>
). Only files found below that base
+directory are considered. So while a pattern like
+../foo.java
is possible, it will not match anything when
+applied since the base directory's parent is never scanned for
+files.
Examples:
*.java
matches .java
,