Re: [Nant-users] String::replace problem

2004-04-05 Thread Ian MacLean
Jo, You don't need to nest the ${} syntax. Everything inside a ${} block is an expression so you can reference properties by name. So what you need is: ${string::replace( testReplace,'bb', testValue) } hope that helps. Ian Jo De Greef wrote: Hi all, I try to do a string::replace on one of my

Re: [Nant-users] String::replace problem

2004-04-05 Thread Gert Driesen
- Original Message - From: "Jo De Greef" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 05, 2004 4:52 PM Subject: [Nant-users] String::replace problem > Hi all, > > I try to do a string::replace on one of my properties as following: &

[Nant-users] String::replace problem

2004-04-05 Thread Jo De Greef
Hi all, I try to do a string::replace on one of my properties as following: I would expect to get 'aazzcc' but instead this is the result: [echo] ${testReplace} [echo] aabbcc It looks like Nant doesn't parse the parameters correctly: it treats '${t