On Monday 24 May 2004 04:04, Andrew John Hughes wrote: > * Both Tomcat and Ant seem to want tools.jar for Sun's compiler classes, > which seems a bizarre dependency (especially considering the package is > com.sun) -- is there a Free software version of this or some way of > disabling it? Ant works fine without, until the compile stage (so its > fairly required). �Tomcat only needs it for JSP AFAICS.
Set the compiler to jikes to avoid this dependency. build.compiler = jikes -- Regards Thomas _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

