DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4230>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4230 [javac] jikes 1.14 does not support -encoding Summary: [javac] jikes 1.14 does not support -encoding Product: Ant Version: 1.4 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The new javac attribute "encoding" is passed as -encoding to jikes. As jikes 1.14 does not support this attribute, it will print an error message and try to compile the specified encoding. Opposed to the actual behaviour, I would think, that the jikes adapter should ignore this attribute and/or print a warning message. I have not yet tried this with ant 1.4.1, so probably this has already been fixed. (The readme does not mention a fix.)
