Re: Copying files from dirs specified by libpath

2006-06-01 Thread Scot P. Floess
ay, May 31, 2006 4:39 PM To: Ant Users List Subject: Re: Copying files from dirs specified by libpath William: It seems I do this far too often and am corrected as there may be some stock ant task to do what you want ;) However, you can use ant-contrib tasks - specifically or which wil

RE: Copying files from dirs specified by libpath

2006-06-01 Thread William Press
This works like a charm. Thanks again for the help! - Bill -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 4:39 PM To: Ant Users List Subject: Re: Copying files from dirs specified by libpath William: It seems I do this far too often

Re: Copying files from dirs specified by libpath

2006-06-01 Thread Scot P. Floess
Is there a way to use that where your "source locations" are those contained in a ref-id who is made up of 's? He mentioned copying the files contained in directories that are defined in something (I thought to be) a ... I looked in the task but didn't see anyway one could use the

Re: Copying files from dirs specified by libpath

2006-05-31 Thread glenn opdycke-hansen
Perhaps copy/flatten="true" provides the function you are looking for. --glenn - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Copying files from dirs specified by libpath

2006-05-31 Thread Scot P. Floess
the above...lets assume you actually use a libpath refid... Hope that helps... Scot William Press wrote: Yes, that's correct. -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 4:08 PM To: Ant Users List Subject: Re: Copying files fr

RE: Copying files from dirs specified by libpath

2006-05-31 Thread William Press
Yes, that's correct. -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 4:08 PM To: Ant Users List Subject: Re: Copying files from dirs specified by libpath William: So, just to clarify you want to iterate over each directory in libpath

Re: Copying files from dirs specified by libpath

2006-05-31 Thread Scot P. Floess
William: So, just to clarify you want to iterate over each directory in libpath and copy the files from each into a directory? William Press wrote: Greetings, I have a libpath reference I'd like to use for copying files. Specifically, the libpath reference contains a list of directories,

Copying files from dirs specified by libpath

2006-05-31 Thread William Press
Greetings, I have a libpath reference I'd like to use for copying files. Specifically, the libpath reference contains a list of directories, and I would like to copy all of the files contained in these directories into a target directory. I realize I can convert this into a comma-delimited