Re: Copying folders

2005-01-12 Thread Gerard Janssen
Hi, You shoud propably use: The ** means, recurse into the dir structure and include the files at any level you find them. If you would specifically require only three levels try: Gerard On Thursday 06 January 2005 06:06, Poonam wr

Re: Copying folders

2005-01-06 Thread Antoine Levy-Lambert
Hello Poonam, I believe you need to use a custom mapper.. read this : http://ant.apache.org/manual/CoreTypes/mapper.html I think you need to write a class which implements |org.apache.tools.ant.util.FileNameMapper Cheers, Antoine | Poonam wrote: Hi, Thanks, that was really useful. Actually I am t

Re: Copying folders

2005-01-06 Thread Poonam
mbert" <[EMAIL PROTECTED]> To: "Poonam" <[EMAIL PROTECTED]> Sent: Thursday, January 06, 2005 2:29 PM Subject: Re: Copying folders > if you are listing directory names in the contents of Driverlists.txt, > just make sure that your patterns end with /**, then you wi

Re: Copying folders

2005-01-05 Thread Poonam
- Original Message - From: "EJ Ciramella" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Thursday, January 06, 2005 10:53 AM Subject: RE: Copying folders but also, why not just create them up one directory instead of copying? -Original Message- From: E

RE: Copying folders

2005-01-05 Thread EJ Ciramella
but also, why not just create them up one directory instead of copying? -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 12:21 AM To: Ant Users List Subject: RE: Copying folders doesn't ant have a "includeEmptyDirs" parame

RE: Copying folders

2005-01-05 Thread EJ Ciramella
doesn't ant have a "includeEmptyDirs" parameter to the copy task? -Original Message- From: Poonam [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 12:06 AM To: Ant Users List Subject: Copying folders Hi, I tried using filesets and selectors, but was not able to copy those sel