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=6787>. 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=6787 Jikes compiler used even compiler.build property is set to "javac1.3" [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From [EMAIL PROTECTED] 2002-03-04 13:23 ------- Excuse me. But javadocs for this version of Ant does not contains information about "compiler" attribute of <javac> task. And, as I see from source code, Javac task does not support this property. But, instead of this, I see the following lines at JavaDoc: <... It is possible to use different compilers. This can be selected with the "build.compiler" property. Here are the choices:- * classic (the standard compiler of JDK 1.1/1.2) - javac1.1 and javac1.2 can be used as aliases * modern (the standard compiler of JDK 1.3/1.4) - javac1.3 and javac1.4 can be used as aliases * jikes (the Jikes compiler) * jvc (the Command-Line Compiler from Microsoft's SDK for Java / Visual J++) - microsoft can be used as an alias * kjc (the kopi compiler) * gcj (the gcj compiler from gcc) * sj (Symantec java compiler) - symantec can be used as an alias * extJavac (run either modern or classic in a JVM of its own) ...> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
