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


Reply via email to