You can do this with filterchains while copying:
http://ant.apache.org/manual/CoreTypes/filterchain.html

Read up on that and play around with it. I've done it before, but
unfortunately, I can't give you the exact details.

On Feb 19, 2008 1:55 PM, Z W <[EMAIL PROTECTED]> wrote:
> Hi
>
> My understanding is that 1 replacement is possible with replaceregexp.
> Eg. below
>
> <replaceregexp file="${app}/install_data"
>
> match="fix"
>
> replace="sunfix"
>
> byline="true"/>
>
> Question:
>
> Can <replaceregexp> allow multiple matches and replacements in a
> single <replaceregexp>,
> instead of one match at a time ?
>
> thanks
>



-- 
--
David Weintraub
[EMAIL PROTECTED]

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

Reply via email to