Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

Re: Replace string in file

Raja Nagendra Kumar

2008-05-16

Replies: Find Java Web Hosting

Author LoginPost Reply

Use replace task

     <replace file="@(protected)}"
        token="ANT_TOKEN_IMAGES_ROOT_DIR"
        value="${IMAGES_ROOT}"/>

Regards,
Nagendra
--
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.