How does one specify a <fileset> containing files from different drives on
Win2k?

Something like

  <fileset dir="/" includes="c:/file1.txt,d:/file2.txt"/>

doesn't seem to work, "/" seems to refer to the root directory of the
current drive instead of the root of all drives.

What I actually want to do is to copy a comma separated list of external jar
files into a single directory. I was going to use <copy> with the flatten
attribute, but I can't get a fileset to include files from different drives.
Is there a better way?

Regards, Skip

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

Reply via email to