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" 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 
selected 20 directories upto 3 levels. It just copied the first level 
files and empty directories.
I used fileset as follows -

<copy todir=${Drivers}">
<fileset dir="${VssSourcePath}\Drivers">
<includesfile name="DriversList.txt"/>
</fileset>
</copy>

where DriversList.txt contains the folder name I am want to copy. I want 
to copy these folders completely i.e. upto n level.

Regards,
Poonam



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


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

Reply via email to