On Thu, 6 Jun 2002, Remy Maucherat wrote: > 3.3 and 4.1 have so much stuff in common now, it's scary ;-)
I'll assume you're scared of the number of jars in the common/ directory :-) Same here. > So I put -api in common/lib and the other in server/lib ? > And I also need log4j now I suppose, at least for the non JDK 1.4 build. > Which version do you recommend ? The latest stable ? I'll do another build to include the 'simple' logger, you don't actually need log4j in server/lib ( unless you want it ). Right now we use common-logger only to report errors in some components, so a println should be fine. The real problem is that if we include the common-logging adapter for log4j in common/lib, it'll be impossible to use it in apps, that's what -api fixes. It doesn't make log4j a requirement. If someone wants to make a quick hack - it should be easy to make the 'original' logger in 3.3 and/or 4.x implement commons-logging. Ok, what scares me is seeing 3 different types of messages from 3 different logger implementations. And configuring it. Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>