Re: Malformed \uxxxx encoding in propertyfile task - \u in propertyfile

2013-06-11 Thread Peter West
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

Malformed \uxxxx encoding in propertyfile task - \u in propertyfile

2013-06-11 Thread Michael Niemand
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