Malformed uxxxx encoding in ant
I had this issue, Malformed uxxxx encoding, when moving an ant variable into a properties file. I found this solution after a little hunting. http://tinyurl.com/27ddb9
Solution: Make sure you use '/' in all directory vars




Posted under: 


Ha! Welcome to that not-so-exclusive club. It only took doing that once before I decided to just add a reminder comment (in all caps) to my Ant template. Of course, in my experience the likelihood of repeating an error is inversely proportional to the amount of time spent trying to fix it the first time.
Saved my day! Thanks man!