RE: Copying specific files with full path specified

2005-11-21 Thread Paul Faulstich
This puts an extra comma at the beginning, but that seems to be okay. -Original Message- From: Paul Faulstich [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 4:25 PM To: Ant Users List Cc: Eric Wood Subject: Copying specific files with full path specified I am trying to c

Re: Copying specific files with full path specified

2005-11-21 Thread Dominique Devienne
> I am trying to copy a list of files, which have fully qualified paths > > EG: "/foo/bar/myfile.jar, /goo/car/myotherfile.jar" > or "F:\foo\bar\myfile.jar, G:\goo\car\myotherfile.jar" > > (1) use for loop. For example: > > > >

Copying specific files with full path specified

2005-11-21 Thread Paul Faulstich
I am trying to copy a list of files, which have fully qualified paths EG: "/foo/bar/myfile.jar, /goo/car/myotherfile.jar" or "F:\foo\bar\myfile.jar, G:\goo\car\myotherfile.jar" Any advice on how to do this? (I'm using 1.6.5) The following approaches do not work: (1) use for loop. For example: