Re: Beta 4, is slf4j bindings broken?

2013-02-13 Thread Ralph Goers
The SLF4J binding also supports the SLF4J extensions and so requires slf4j-ext-1.7.2.jar. Please create a Jira issue to have that library be made optional. Ralph On Feb 13, 2013, at 4:13 PM, Yogi Nerella wrote: > Ralph, > > I am including only the following files. > slf4j-api-1.7.2.jar, log

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\log>java -Dlog4j.debug=true -Dlog4j.configurationFile=c:/myws/log/src/main/resources/log4j2.xml -classpath C:/apache/slf4j-1.7.2/slf4j-api-1.7.2.jar;C:/apache/apache-log4j-2.0-beta4-bin/log4j-slf4j-impl-2.0-beta4.jar;C:/a

Re: Beta 4, is slf4j bindings broken?

2013-02-13 Thread Yogi Nerella
Ralph, I am including only the following files. slf4j-api-1.7.2.jar, log4j-core-2.0-beta4.jar, log4j-slf4j-impl-2.0-beta4.jar, log4j-api-2.0-beta4.jar Yogi On Wed, Feb 13, 2013 at 3:33 PM, Ralph Goers wrote: > Are you including the slf4j-ext jar in addition to the slf4j-api jar? > > Ralph >

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.NoClassDefFoundEr