AW: Re: replacing a token in a property value

2005-07-22 Thread lists
Thanks. jacques > >antcontrib has a task to do regex replacements on property values: >href="http://ant-contrib.sourceforge.net/tasks/tasks/propertyregex.html";>http:/ >/ant-contrib.sourceforge.net/tasks/tasks/propertyregex.html > >-- >Jeffrey E. Care ([EMAIL PROTECTED]) >WebSphere v7 Release E

Re: replacing a token in a property value

2005-07-22 Thread Jeffrey E Care
antcontrib has a task to do regex replacements on property values: http://ant-contrib.sourceforge.net/tasks/tasks/propertyregex.html -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) [EMAIL PROTECTED] wrote on 07/22/2005 01:01:16

replacing a token in a property value

2005-07-22 Thread lists
Hi Ant Experts, I want to do something simple. I have a property with a given value, i.e. "23/65" and I want to replace the "/" with a string, i.e. "slash". I expected to find a task that would define my a new property with the result of the replacement: i.e. -> so I can use the value "23sla