Question

I'm using Eclipse Indigo on Win XP with Java 6. I have Maven 3.0.3 and have a GWT (2.1) project, which I have imported into Eclipse. How do I create a run configuration that will run the GWT project in develpoment mode? I tried a run configuration with these goals:

clean gwt:run

But this fails to run in debug mode, since my breakpoint immediately upon entering the "onModuleLoad" method never gets triggered.

Thanks, - Dave

Was it helpful?

Solution

Have you seen http://code.google.com/intl/fr-FR/eclipse/docs/faq.html#gwt_with_maven ?

Follow the "if you'really not able to use Eclipse for Java EE" steps for best experience.

OTHER TIPS

You should run it with:

gwt:debug

For more information about goals check gwt-maven-plugin.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top