On 12/14/2010 6:09 AM, Jo Support wrote:
Hello,
Scenario: Ant 1.8.0 on WinXP
is there a way to avoid escaping chars by propertyfile task?
The following task
http://mydomain/"/>
produces the following file
MY_URL=http\://mydomain/
that is bad.
This is not bad, this is the conventi
Hello,
Scenario: Ant 1.8.0 on WinXP
is there a way to avoid escaping chars by propertyfile task?
The following task
http://mydomain/"/>
produces the following file
MY_URL=http\://mydomain/
that is bad.
I know there are other solutions, like echoing a new property file
(but I have a