Re: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2013-05-02 Thread Kris
I changed to 1.6 1.6 project -> Java Build Path -> Source -> Default output folder = ppmock/target/ppmock-1.0.0-SNAPSHOT/WEB-INF/classes project -> Google -> Web Application -> WAR directory = target/ppmock-1.0.0-SNAPSHOT "Launch and deploy from this directory (disbaled because this is a Maven

Re: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2013-05-01 Thread Thomas Broyer
On Wednesday, May 1, 2013 8:50:57 PM UTC+2, Kris wrote: > > ok, I will try to get solution 2 to work.. > > I am a little confused about how to set... > > In the properties of the project -> Google -> Web Application -> WAR > directory ( here I have src/main/webapp )... > and Launch and deploy

Re: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2013-05-01 Thread Kris
ok, I will try to get solution 2 to work.. I am a little confused about how to set... In the properties of the project -> Google -> Web Application -> WAR directory ( here I have src/main/webapp )... and Launch and deploy from this directory. (disabled because this is a Maven project) In the

Re: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2013-05-01 Thread Thomas Broyer
On Wednesday, May 1, 2013 7:33:12 PM UTC+2, Kris wrote: > > Maybe I am way off, but I jsut run my webapp from eclipse. I do not run > maven war plugin... > Let's try again: 1. either you run your app in JBoss, and you're on your own (use Eclipse WTP or whatever), and then run the DevMode in

Re: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2013-05-01 Thread Kris
Maybe I am way off, but I jsut run my webapp from eclipse. I do not run maven war plugin... -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-to

Re: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2013-04-29 Thread Thomas Broyer
On Monday, April 29, 2013 5:50:30 PM UTC+2, Kris wrote: > > If I remove the > provided > it is still not going in the WEB-INF/lib. But should it, maven doesn't > know about putting it there... > The maven-war-plugin's war mojo (called by default in the package phase when packaging=war) will p

Re: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2013-04-29 Thread Kris
If I remove the provided it is still not going in the WEB-INF/lib. But should it, maven doesn't know about putting it there... If I add the jar file to the classpath of the run configuration the problem is still there.. The reason why it is provided is that I use JBoss that has the jar file.

Re: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2013-04-27 Thread Thomas Broyer
On Saturday, April 27, 2013 1:53:39 AM UTC+2, Kris wrote: > > Hi, I have a class path problem. > > Using eclipse juno, maven plugin and gwt plugin. > > In my gwt server code I use slf4j. When doing something on the gui that > makes a RPC I get.. > > java.lang.NoCl

Re: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2013-04-26 Thread Kris
Actually it is caused by... Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-we

java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2013-04-26 Thread Kris
Hi, I have a class path problem. Using eclipse juno, maven plugin and gwt plugin. In my gwt server code I use slf4j. When doing something on the gui that makes a RPC I get.. java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory My project has a maven structure, and has org.slf4j slf4j