How would you do that exactly, because there is nothing involving properties
in the documentation under the copy target?

-----Original Message-----
From: Diane Holt [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 12, 2001 8:20 PM
To: Ant Users List
Subject: Re: How can one copy paths in a property somewhere?


--- Hannes van der Merwe <[EMAIL PROTECTED]> wrote:
> For example: FILES = a.dat:b.dat:c.dat
> 
> No I want to copy the 3 files above in the property FILES to a certain
> directory. How?

Use <pathconvert> to set a property that's ${FILES} as a comma-separated
list, then use that property in your <copy> task.

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com

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

Reply via email to