Say I have a file with a few files, and would like to inject some
values via ant properties, i.e. company.txt contains

"Thank you for trying the product from ${companyName}."

Is there an Ant task that given a property entry of

<property name="company.txt" value="woof.com"/>

Will result in company.txt containing

"Thank you for trying the product from woof.com"

Thanks,
Rob.

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

Reply via email to