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" ------- Additional Comments From [EMAIL PROTECTED] 2002-03-05 13:05 ------- I've checked ant executing script and occurs the following lines: # Allow Jikes support if [ -f /usr/bin/jikes ] ; then # Jikes specific options if [ ! -z $JIKESPATH ] ; then JIKES_OPTS="-Dbuild.compiler=jikes -Djikes.class.path=$JIKESPATH" else JIKES_OPTS="-Dbuild.compiler=jikes" fi # Append to other Ant options ANT_OPTS="$ANT_OPTS $JIKES_OPTS" fi So, if I have jikes installed, I can not use other compilers at all. I even can not use ANT_OPTS specify my own compiler. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
