You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Hannes van der Merwe <Ha...@meb.co.za> on 2001/12/12 14:06:22 UTC

How can one copy paths in a property somewhere?

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?

Hannes van der Merwe
Momentum Employment Benefits (IT)
Telephone : (011) 685 4306
Fax : (011) 685 4006
Email : hannesv@meb.co.za

E-mail disclaimer

Confidentiality Warning
=======================
The contents of this message and any attachments are intended solely for the
addressee's use and may be legally privileged and/or confidential. If you
are not the addressee indicated in this message, any retention,
distribution, copying or use of this message is strictly prohibited. If you
received this message in error, kindly notify the sender immediately by
reply e-mail and then destroy the message and any copies thereof. The
content and any views expressed therein are, unless otherwise stated, the
views of the author and not those of the company or any of its management or
directors. 
Whilst all reasonable steps are taken to ensure the accuracy and integrity
of information transmitted, the company does not accept responsibility for
any corruption of the information or data or breach of confidentiality as a
result of electronic submission.
When addressed to the Momentum Employee Benefits clients any opinion or
advice contained in this e-mail is subject to the terms and conditions
expressed in any applicable terms of business.


Re: How can one copy paths in a property somewhere?

Posted by Diane Holt <ho...@yahoo.com>.
--- Hannes van der Merwe <Ha...@meb.co.za> 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

=====
(holtdl@yahoo.com)



__________________________________________________
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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>