On Tue, 5 Nov 2002 06:52, Jenny Brown wrote: > If I recompile asking for deprecation warnings, here are the > additional lines that show up: > > Log4JLoggerManager.java:46: warning: getDefaultHierarchy() in > org.apache.log4j.Category has been deprecated > this( Category.getDefaultHierarchy() ); > ^ > > Log4JLoggerManager.java:63: warning: getDefaultHierarchy() in > org.apache.log4j.Category has been deprecated > this( prefix, Category.getDefaultHierarchy() ); > ^ > > Maybe I am using a different version of log4j that this was built for? > I have log4j-1.2.6.jar in my classpath.
Thats it. The version you are using was meant to be compiled against an earlier version of log4j (1.1.x I think). That latest excalibur has been updated to more recent Log4j version. -- Cheers, Peter Donald *------------------------------------------------------* | "Nearly all men can stand adversity, but if you want | | to test a man's character, give him power." | | -Abraham Lincoln | *------------------------------------------------------* -- To unsubscribe, e-mail: <mailto:avalon-users-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:avalon-users-help@;jakarta.apache.org>
