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
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
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
- 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
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
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