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 ?

Cheers,

Marcus

-- 
        .....
     ,,$$$$$$$$$,      Marcus Crafter
    ;$'      '$$$$:    Computer Systems Engineer
    $:         $$$$:   ManageSoft GmbH
     $       o_)$$$:   82-84 Mainzer Landstrasse
     ;$,    _/\ &&:'   60327 Frankfurt Germany
       '     /( &&&
           \_&&&&'
          &&&&.
    &&&&&&&:

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

Reply via email to