Marcus Crafter wrote:

Hi All,

Hope all is well!

Finally have Fortress building under JDK 1.3.1 using Maven, looks great.

One test case is failing though, due to a missing class in logkit. The
class in question is org.apache.log.util.Closeable, which from what I can
tell hasn't yet made it into a release.

Problem is, Excalibur-Logging references it in it's released version 1.0.1
and the test case freaks because Excalibur-Logging can't find it:

Testcase: testContextManager took 1.358 sec
        Caused an ERROR
org/apache/log/util/Closeable
java.lang.NoClassDefFoundError: org/apache/log/util/Closeable
        at 
org.apache.avalon.excalibur.logger.LogKitLoggerManager.dispose(LogKitLoggerManager.java:580)

So, how do we fix this problem - Maven uses libraries from it's
repository. Do we need a new release of logkit ? Can we tell Maven to use
a local version ? or is there some other alternative which is better ?


Damn!  Ok, If anyone introduces a dependency like that in the future,
please make note of it LOUDLY.

Where does Excalibur-Logging 1.0.1 reference it, and is it something
where it is better to release a new LogKit?


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to