On 5/8/07, Ryan Bell <[EMAIL PROTECTED]> wrote:
Ha. It looks like you can run maven with the
-Dmaven.compiler.encoding=ISO-8859-1 set and it will work.


On 5/9/07, Ryan Bell < [EMAIL PROTECTED]> wrote:
> In the build.xml, add the encoding attribute to the javac task in the
compile.tasks target and set it to ISO-8859-1.
>

It would be better to change the source file such that it's either
encoded in UTF8 or ascii with unicode escapes, so we don't have to
specify a non-default compiler encoding.

/Nick

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to