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. So instead it picks up the class from rt.jar. I confirmed this by printing the exact jikes command line executed by ant and mucking around with it. both under jdk14 and Kaffe.
thanks, dims On Mon, 13 Dec 2004 14:38:23 +0100, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Mon, 13 Dec 2004, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > > > Xalan build with Jikes on JDK1.4 succeeds because it uses classes in > > rt.jar and FAILS in Kaffe because the classes are not present. > > Are you sure? > > The current Kaffe run failed because jikes didn't find > org.apache.xalan.templates.ElemVariable - this class is part of the > xml-xalan CVS checkout. > > I'll try to dig into it myself as well. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Davanum Srinivas - http://webservices.apache.org/~dims/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
