on 5/21/2000 2:33 PM, Neeme Praks <[EMAIL PROTECTED]> wrote:
> Also, I tried the same with Turbine (telling Ant to use jikes) and there
> it compiled; however, I got two error messages that java.util and
> java.lang packages could not be found.
jikes can't compile Turbine the first time...it is a bug in jikes not being
able to resolve dependencies correctly. so, what i do is first compile
everything with javac and then all compiles after that are with jikes.
-jon
--
Java Servlet Based - Open Source | Collab.Net
Bug/Issue Tracking System | now hiring smart people
<http://scarab.tigris.org/> | <http://Collab.Net/jobs/>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]