On Nov 16, 11:45 pm, PeteUK <newbar...@gmail.com> wrote: > Hello, > > Just got GWT 2.1.0 and used webappcreator with the -maven option. I've > imported my project into Eclipse 3.6 (Helios). > > I know I'm probably being a bit dense, but how do I run/debug my > application? If I right-click on my project, under "Run As" I'm used > to seeing "Web Application" but it isn't there. How can I enter > development mode? > > Thanks, > > Pete
One problem was that the directory name I specified in -out was different to the module name. They should be the same. Digression: previous to using Maven, I used the "New Web Application Project" feature of the Eclipse GWT Plugin which ensures the directory name will be the same as the module name. Other things that really helped me were learning about com.google.gwt.dev.DevMode and Eclipse launch configurations. It really pays to spend time learning about the tools you are using. 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 google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.