On Jul 21, 6:19 pm, "dane.molotok" <[email protected]> wrote: > Have you gone through what the Google Eclipse Plugin's FAQ[1] has? > > http://code.google.com/eclipse/docs/faq.html#gwt_with_maven
Thanks a lot for this link Dane! I was struggling with Maven and the GPE and how to integrate them. My intention was to follow gwt-maven- plugin's recommendation of keeping a war/ folder at the root of the project, but I'll switch to this approach. It requires a mvn clean package to first copy the JARs to WEB-INF/lib but we found out we needed this step too with our project layout because of Java ServiceProvider not finding hibernate-validator because it wasn't on the WEB-INF/lib (code would be found by the special DevMode ClassLoader, but apparently not resources), so the ServiceProvider call in validator-api wasn't finding the SPI for hibernate-validator. -- 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.
