On Tue, 22 Feb 2005, Curt Arnold <[EMAIL PROTECTED]> wrote:

> There have been recent changes to log4j that have broken the Gump
> build of jakarta-hivemind.

I guess you didn't mean to send this to cactus-dev

I took some time to look into the hivemind test failures yesterday.
The tests try to set up a new appender which is supposed to capture
the log output, using

        Logger logger = LogManager.getLogger(loggerName);

        logger.removeAllAppenders();

        _interceptedLoggerName = loggerName;
        _appender = new StoreAppender();

        logger.setLevel(Level.DEBUG);
        logger.setAdditivity(false);
        logger.addAppender(_appender);

and I think, lines looking like

    [junit] 1 [main] ERROR org.apache.hivemind.test.StoreAppender - Attempted 
to log with inactive appender named [null].

have not been there before the tests failed (I could be wrong,
though).

Maybe this gives anybody a clue.

Stefan

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

Reply via email to