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
- 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:
&
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