I have a GWT application that uses the gwt-maven-plugin for builds. The compile time classpath includes a number of jars, including slf4j- api-1.6.1.jar, that come from the Maven Dependencies. I created a service that uses org.slf4j.LoggerFactory. When I run the application, I get a "java.lang.ClassNotFoundException: org.slf4j.LoggerFactory". I can see from the classpath that the jar file is missing. I see a number of Spring jar files that show up and reference the Maven repository location but about half of my jars are missing. Another coworker runs the same project and has just two of the 46 expected jar files.
How is the classpath constructed within GWT? What steps can I take to dig further into this? Craig -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
