http://ant.apache.org/manual/dirtasks.html
The 'Patterns' section tells you what you are looking for.
-- Srivathsan
-Original Message-
From: murthy gandikota [mailto:[EMAIL PROTECTED]
Sent: Monday, March 20, 2006 2:46 PM
To: user@ant.apache.org
Subject: help with exclude patterns
hes. I checked the
URL's and they all have **/* pattern but not */**/* pattern.
Thanks!
-Original Message-
From: murthy gandikota [mailto:[EMAIL PROTECTED]
Sent: Monday, March 20, 2006 1:19 PM
To: Ant Users List
Subject: RE: help with exclude patterns
Using this analogy, in the co
Disclaimer
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom it is addressed. If you
have received this communication in error, please immediately notify t
Subject: RE: help with exclude patterns
Using this analogy, in the code I posted the exclude tag seems to be
filtering every file from one level up. BTW, I couldn't find the fileset and
dirtasks in the ANT manual at Apache. Kindly post the URL.
Thank you
bill/wilandra <[EMAIL PROTECTED]> wrot
Using this analogy, in the code I posted the exclude tag seems to be filtering
every file from one level up. BTW, I couldn't find the fileset and dirtasks in
the ANT manual at Apache. Kindly post the URL.
Thank you
bill/wilandra <[EMAIL PROTECTED]> wrote: Both the fileset and dirtasks sections
Both the fileset and dirtasks sections of the manual have some discussion
about patterns.
If you use name="**/*" it would mean that you want all files in all
directories in the current directory and below it.
HTH Bill
-Original Message-
From: murthy gandikota [mailto:[EMAIL PROTECTED]
Se