Hello Michael,
As far as I know, you can't edit arbitrary files with the propertyfile task.
The files have to be valid Java property files. For the restrictions on
property files, see java.util.Properties load(Reader reader) at
http://docs.oracle.com/javase/7/docs/api/
Peter West
"And all ate
Dear Ant-users,
I get the error below with an Ant skript I wrote.
I already did some googling and found out, that the problem lies with
strings containing \u, which happens under Windows because of the directory
separator. I changed all those to / but the error remains.
There are definitely no r