A Fix for Linux Builds | jeckels | 2011-09-07 12:41 |
Status: Closed | ||
Hi Scott, Thanks for the pointer. I tracked down what appears to be the responsible source file, and have changed it to use the standard Java source code unicode escape sequence. With that change, I was able to build successfully after forcing all my <javac> usages in the main build.xml to use encoding="ascii". I'll check it into the trunk shortly, and that will hopefully eliminate the need for your local edits. Thanks, Josh |
||