On Wed, 20 Feb 2002, Mariusz Nowostawski <[EMAIL PROTECTED]> wrote: > Well, I have narrowed the problem down to... jikes ;o(
I've seen similar things if part of the classes of Ant has been compiled by jikes and another part has not - namely bootstrap.sh uses javac while a "normal" run of Ant uses jikes. If you can make sure that jikes has compiled all classes (set the environment variable JAVAC to jikes before running bootstrap.sh *and* invoke bootstrap.sh with -Dbuild.compiler=jikes) it seems to work as well. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
