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: [email protected] Subject: help with exclude patterns <copy todir="bin" overwrite="true" includeEmptyDirs="false" failonerror="false"> <fileset dir="/a/bin"> <exclude name="*/**/*"/> </fileset> </copy> Can someone please tell me how to interpret the asterisk? TIA Murthy --------------------------------- Yahoo! Mail Use Photomail to share photos without annoying attachments. ************************************************************** This message, including any attachments, contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, please contact sender immediately by reply e-mail and destroy all copies. You are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. TIAA-CREF ************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
