On Mon, 14 Jan 2002, Arron Bates wrote: > Date: Mon, 14 Jan 2002 14:26:12 +1100 > From: Arron Bates <[EMAIL PROTECTED]> > Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > Subject: Commons jars are busted in terms of running "as-is" > > Commons jars have a need to be loaded with some kind of logger. > Tried to run the commons jars under the Struts nightly build and you get > the following... > > --==>> > NoClassDefFoundError: org/apache/commons/logging/LogSource > > Anyone know what this is about?... > Something not included properly in the jars?... > Struts not picking up all the right jars?... > > It's just that it kind of ruins the out-of-the-box nature of some of the > wars in the Struts nightly build, and the commons jars should be able to > run straight-up. > Mea culpa -- the nightly builds of Digester recently became dependent on commons-logging.jar, but I haven't adjusted the build scripts for Struts to reflect this yet. That will get fixed soon. > > Arron. > Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
