Re: Beta 4, is slf4j bindings broken?

2013-02-15 Thread Yogi Nerella
Ralph, Can you point me how to build this jar by myself, so that I do not need to wait for the next available build. Thanks Yogi On Wed, Feb 13, 2013 at 5:54 PM, Ralph Goers ralph.go...@dslextreme.comwrote: The SLF4J binding also supports the SLF4J extensions and so requires

Re: Beta 4, is slf4j bindings broken?

2013-02-15 Thread Ralph Goers
This is an slf4j jar. Download the jar from http://www.slf4j.org/download.html. Or add dependency groupIdorg.slf4j/groupId artifactIdslf4j-ext/artifactId version1.7.2/version /dependency to your maven pom. Ralph On Feb 15, 2013, at 10:26 AM, Yogi Nerella wrote: Ralph, Can you

Re: Beta 4, is slf4j bindings broken?

2013-02-13 Thread Ralph Goers
Are you including the slf4j-ext jar in addition to the slf4j-api jar? Ralph On Feb 13, 2013, at 2:57 PM, Yogi Nerella wrote: Hi, When I try to use SLF4J bindings with log4j2.0 implementations I run into the following exception? Exception in thread main java.lang.NoClassDefFoundError:

Re: Beta 4, is slf4j bindings broken?

2013-02-13 Thread Yogi Nerella
Ralph, Please see my classpath and let me know if I am missing any? C:\myws\logjava -Dlog4j.debug=true -Dlog4j.configurationFile=c:/myws/log/src/main/resources/log4j2.xml -classpath