Re: [slf4j-dev] Appender synchronization

2008-10-14 Thread Ceki Gulcu
Sure, no worries. Ralph Goers wrote: Darn. Please ignore. Resending to the logback list. -- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch ___ dev mailing list dev@slf4j.org

Re: [slf4j-dev] mvn test on a non-Sun JVM

2008-10-14 Thread Ceki Gulcu
Hi Thorbjørn, Why is Hudson the Extensible continuous integration engine relevant in relation with building slf4j or more precisely running mvn test? Cheers, Thorbjørn Ravn Andersen wrote: I did some research to see if I could run automated testing on a clean room JVM, but it turned out to

[slf4j-dev] [Bug 68] java.lang.NoSuchMethodError: org.apache.log4j.Logger. isTraceEnabled()Z

2008-10-14 Thread bugzilla-daemon
http://bugzilla.slf4j.org/show_bug.cgi?id=68 --- Comment #6 from ram [EMAIL PROTECTED] 2008-10-14 19:23:08 --- (From update of attachment 40) Hi Guys, I am trying to deploy my application in weblogic 10.3 and my application is using slf4j-simple-1.0-beta4.jar and log4j-1.2.15.jar and while

Re: [slf4j-dev] mvn test on a non-Sun JVM

2008-10-14 Thread Thorbjørn Ravn Andersen
Ceki Gulcu skrev: Hi Thorbjørn, Why is Hudson the Extensible continuous integration engine relevant in relation with building slf4j or more precisely running mvn test? Hudson builds stuff, and notifies you when stuff breaks. mvn test is a required part of the building of slf4j. Hence

[slf4j-dev] [Bug 68] java.lang.NoSuchMethodError: org.apache.log4j.Logger. isTraceEnabled()Z

2008-10-14 Thread bugzilla-daemon
http://bugzilla.slf4j.org/show_bug.cgi?id=68 Ceki Gulcu [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] ---

[slf4j-dev] [Bug 68] java.lang.NoSuchMethodError: org.apache.log4j.Logger. isTraceEnabled()Z

2008-10-14 Thread bugzilla-daemon
http://bugzilla.slf4j.org/show_bug.cgi?id=68 ram [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Comment #8

Re: [slf4j-dev] 1.5.4?

2008-10-14 Thread Ceki Gulcu
Hello Ralph, Any progress on this item? Ralph Goers wrote: Yes, that is fine with me. Ceki Gulcu wrote: Hello Ralph, There is no hard deadline on the release, although I would like to get it done sometime this week, or early next week. Does that sound feasible to you? Ralph Goers

Re: [slf4j-dev] 1.5.4?

2008-10-14 Thread Ralph Goers
In writing the doc I noticed that THROWING_MARKER and CATCHING_MARKER both have names of EXCEPTION and also are EXCEPTION_MARKERs, which also has a name of EXCEPTION. Is this an error? Ceki Gulcu wrote: Hello Ralph, Any progress on this item? Ralph Goers wrote: Yes, that is fine with

[slf4j-dev] SLF4J and Logback JRuby gems

2008-10-14 Thread David
Hello SLF4J developers, I have initiated a project named RJack at RubyForge to package some of the most fundamental open-source Java libraries for use in some heterogeneous JRuby/Java projects I and others are working on. The first two gems released package SLF4J and Logback.