https://bz.apache.org/bugzilla/show_bug.cgi?id=62286
--- Comment #1 from Stefan Bodewig <[email protected]> --- This is not a bug in Ant, your svn-properties file simply is not a valid Java properties file and the property task explicitly only supports reading that. Apart from Unicode escapes there are a few other special rules you need to adhere to like escaping colons and backslashes with backslashes. In short you have to tweak svn's output in order to ensure it is a valid java properties file. -- You are receiving this mail because: You are the assignee for the bug.
