[android-developers] Re: How do I modify the -encoding argument to javac in the Android Ant build system

2010-02-08 Thread Bob Kerns
The Ant manual is here: http://ant.apache.org/manual/index.html Unfortunately, I can't link directly to the javac task without losing the navigation panes, but it's under Core Tasks / javac You want the encoding= attribute on the javac task. Why on earth someone would put encoding=ascii on a

[android-developers] Re: How do I modify the -encoding argument to javac in the Android Ant build system

2010-02-08 Thread paulbutcher
On Feb 8, 7:57 pm, Bob Kerns r...@acm.org wrote: You want the encoding= attribute on the javac task. Yeah, that I had worked out, but I couldn't see how to get it to the javac task in the Android build system. You can fix it in your individual build.xml Unfortunately the only way to do that