bodewig     2004/11/18 01:45:11

  Modified:    docs/manual Tag: ANT_16_BRANCH dirtasks.html
  Log:
  merge
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.20.2.4  +9 -0      ant/docs/manual/dirtasks.html
  
  Index: dirtasks.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/dirtasks.html,v
  retrieving revision 1.20.2.3
  retrieving revision 1.20.2.4
  diff -u -r1.20.2.3 -r1.20.2.4
  --- dirtasks.html     20 Apr 2004 12:52:20 -0000      1.20.2.3
  +++ dirtasks.html     18 Nov 2004 09:45:10 -0000      1.20.2.4
  @@ -66,6 +66,15 @@
   of files. These patterns look very much like the patterns used in DOS and
   UNIX:</p>
   <p>'*' matches zero or more characters, '?' matches one character.</p>
  +
  +<p>In general, patterns are considered relative paths, relative to a
  +task dependent base directory (the dir attribute in the case of
  +<code>&lt;fileset&gt;</code>).  Only files found below that base
  +directory are considered.  So while a pattern like
  +<code>../foo.java</code> is possible, it will not match anything when
  +applied since the base directory's parent is never scanned for
  +files.</p>
  +
   <p><b>Examples:</b></p>
   <p>
   <code>*.java</code>&nbsp;&nbsp;matches&nbsp;&nbsp;<code>.java</code>,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to