On Mon, 13 Dec 2004, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > It's a mix of a jikes bug and this one....Jikes croaks especially if > you switch the dependency checking on. it's unable to figure out > that it needs to compile ElemVariable.java file.
Even if it gets it passed on the command line (which my verbose output says Ant would do)? In my JDK 1.3 experiments the same <javac> task compiles ElemVariable and creates ElemVariable.class that also fails to compile the Variable class because it wasn't there. Hmm, if I remove the really really strange and wrong <sourcepath> defintion from build.xml's line 391, jikes works without problems on JDK 1.3. Could you try the same for Kaffe? Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
