Hi all,
Gump is failing the Turbine build because 1.1-dev of commons logging
has changed some of the implementations of the loggers:
/x1/gump/public/workspace/jakarta-turbine-2/src/java/org/apache/
turbine/services/avaloncomponent/TurbineYaafiComponentService.java:
270: cannot resolve symbol
symbol : class Log4JLogger
location: package impl
if( log instanceof
org.apache.commons.logging.impl.Log4JLogger )
^
/x1/gump/public/workspace/jakarta-turbine-2/src/java/org/apache/
turbine/services/avaloncomponent/TurbineYaafiComponentService.java:
274: cannot resolve symbol
symbol : class Log4JLogger
location: package impl
((org.apache.commons.logging.impl.Log4JLogger)
log).getLogger()
Instead of o.a.c.l.i.Log4JLogger there is version specific loggers:
http://jakarta.apache.org/commons/logging/apidocs/org/apache/commons/
logging/impl/Log4J12Logger.html
I am not sure what to do, but I will say, I hate logging with a
passion, it seems too hard!
Eric
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]