Salut, Perso, I only use mvn cli. So try gwt:run and set the mojo option copyWebapp [1] to true in your pom (or with cli -Dgwt.copyWebapp=true). (IMHO should help within m2e) NOTE the Since: 2.1.0-1 so you have to use the last available version.
If you want debug within an ide use gwt:debug (and attach a remote debuger ) HTH, -- Olivier Lamy http://twitter.com/olamy http://www.linkedin.com/in/olamy [1] http://mojo.codehaus.org/gwt-maven-plugin/run-mojo.html#copyWebapp On Dec 11, 10:44 am, PeteUK <[email protected]> wrote: > Hi there, > > I've started my GWT project. It's Maven-based in Eclipse. The problem > is when I run or debug my program as a Web Application (the launch > configuration with a blue circle with a lowercase 'g' on it for > Google) any items that I've just changed in directory webapp (e.g. > web.xml) are not copied to directory target/www. > > Does anyone who uses GWT with Maven use the Web Application launch > configuration? If so, what is the mechanism that copies new/changed > files from webapp to target/www when you want to run your application? > > Thanks, > > Pete -- 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.
