Fabio.di.Fabio wrote:
Hi,

I'm compiling james (a SMTPD) with kaffe.
The build process uses ant and I've set ant to use jikes as compiler
but the process hangs on the first compilation due to a non existent
directory
that I think ant passes to jikes

BUILD FAILED
file:/home/abel/usr/cvs/james-server/build.xml:211:
/home/abel/usr/kaffe/share/kaffe not found.

thanks for the bug report. that's a bug in ant, unfortunately. It tries to find kaffe's rt.jar in the old (1.0.6 style) path and has a few extra lines dedicated to making kaffe work, that are now broken.


quick fix is to link share/kaffe to jre/lib . Helmer can supply the details of the bug if you are interested ;)

cheers,
dalibor topic


_______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to