Hi, I'm quite new to nant,
I have a small problem but can't find a solution.
I have a function which replaces text in a textfile but a having trouble with the double quotes.
In the task a have 2 attributes which are OriginalValue and ReplaceValue. Now I want to do something like this:
<ReplaceText OriginalValue="value="true"" ReplaceValue="value="false"" />
Then I get the error about the double quotes.
Anybody who knows how to solve this?
Thanks
- [Nant-users] double quotes in buildfile Koen Mayens
- Re: [Nant-users] double quotes in buildfile Thibaut Barrère
- Re: [Nant-users] double quotes in buildfile Gary Feldman
- Re: [Nant-users] double quotes in buildfile Gary Feldman
- Re: [Nant-users] double quotes in buildfile William_Martin