You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Hiroaki Nakamura <hn...@mc.neweb.ne.jp> on 2000/08/30 19:28:38 UTC

[PATCH] add -encoding option support for Javac task

Hi, this is my first post to ant-dev.

Attached is a patch for adding -encoding option support for Javac task.

This change is needed when you compile a Java source file whose encoding
is different from the OS native encoding, for example, the file encoding
is SJIS and the OS encoding is EUCJIS.  This is a usual case when you
develop on multi OSes like Solaris and Windows.

I hope this patch is useful and will be included soon.
Thank you.

-- 
)Hiroaki Nakamura) hnakamur@mc.neweb.ne.jp