Actually, with the recent release of commons-logging, we should be able to get rid of the explicit LogKit and Log4J. They're there so as to get a complete build of commons-logging. Tomcat 5 itself doesn't use either directly.
Xerces is a different issue. There was a bug that was preventing Tomcat from migrating to the latest version. Unfortunately, I no longer remember the details. Anyone know why we're using 2.1.0 instead of 2.2.0? On Thursday 03 October 2002 06:43 am, Christian Gross wrote: > Thank-you, but I still seem to get errors. > > Namely the logkit from Avalon is referencing an old verion. I fixed it up > to the following > > logkit.home=${base.path}/LogKit-1.1 > logkit.lib=${logkit.home} > logkit.jar=${logkit.lib}/logkit-1.1.jar > logkit.loc=http://jakarta.apache.org/builds/jakarta-avalon/release/logkit/l >atest/LogKit-1.1-bin.tar.gz > > xerces.home=${base.path}/xerces-2_2_0 > xerces.lib=${xerces.home} > xercesImpl.jar=${xerces.lib}/xercesImpl.jar > xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar > xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.2.0.tar.gz > > I do not know if you can commit changes, but these worked for me, since the > old versions either do not exist or the references have been made updated. > > Christian Gross > > At 09:40 PM 02/10/2002 -0400, you wrote: > >You need to be using the HEAD version of digester. It should have been > > built in the directory specified by base.path. Double check that it was > > built correctly. I just recreated it in my depends directory, and the > > system built fine. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>