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
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
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
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]
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
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
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,
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