>>I am having a few problems with Jikes and ant. When I compile my code using the >>classic compiler all is well. When trying jikes it complains about missing >>classes. When I compile for the second time the compile errors go away. >> >>Is this a problem with jikes or ant? > >depends on what version of ant/jdk/jikes you are running. Jikes will not by >default add classes.zip, rt.jar or any of extensions jars into classpath. >To fix this you need to manually place them in classpath. However I believe >a recent version of ant will automatically add classes.zip (for jdk1.1) or >rt.jar (for jdk1.2+) to classpath if you are using jikes. Older jikes may >also have "features"
I have the latest as far as I know. The missing files it's complaining about are my projects files not the standard java library. It seems something to do with the dependency checking. eg: A depends on B compile using build.compiler=jikes A reports error. B compiles. compile again using build.compiler=jikes A compiles because B is now compiled. -- Glen _____________________________________________________________________ CAUTION - This message may contain privileged and confidential information intended only for the use of the addressee named above. If you are not the intended recipient of this message you are hereby notified that any use, dissemination, distribution or reproduction of this message is prohibited. If you have received this message in error please notify Ansett Australia immediately. Any views expressed in this message are those of the individual sender and may not necessarily reflect the views of Ansett Australia. ABN Ansett Australia Ltd 37 004 209 410 ABN Ansett International Ltd 72 060 622 460 _____________________________________________________________________
