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=5168>. 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=5168 jikes compile fails if directories don't exist on MacOSX ------- Additional Comments From [EMAIL PROTECTED] 2001-12-14 07:36 ------- Could it be that the value of the Java System property java.ext.dirs contains a pointer to that directory in your VM? Ant will "emulate" Java's extension dir mechanism and add all entries listed in that property (unless you define the extdirs attribute for your <javac> task) to the classpath. It does not verify that the property contains sensible values. jikes prints warnings if parts of your CLASSPATH don't exist. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
