Ok, it's been a while since I launched a GWT-app, but here are few pointers:
* Make sure your project has the appropriate natures (see .project file):<nature>org.eclipse.jdt.core.javanature</nature> and <nature>com.google.gwt.eclipse.core.gwtNature</nature> * Make sure Google can find your modules/entry points-->Select your project, right click-->Properties. Go to Google-->Web Toolkit * Make sure you have set the war directory properly-->Select your project, right click-->Properties. Go to Google-->Web Application: Check the "this project has a war directory", set the war directory to the appropriate value (usually src/main/webapp)

--
Guillaume

Le 1/09/2011 14:27, Luka Stopar a écrit :
Yes I have, but the GWT tab is disabled and the run button also

On 09/01/2011 02:24 PM, Guillaume Polet wrote:
As far as I can see, this is not really related to Maven but rather to the Google Eclipse Plugin.
Have you tried creating a launch configuration from the menu?

--
Guillaume

Le 1/09/2011 14:19, Luka Stopar a écrit :
Greetings!

I'm having a problem using gwt-maven-plugin. The project compiles fine, but I cannot run it as a web application, I can only run it by doing run as->maven build...->gwt:run, in which case I cannot debug the code.

I've attached my pom.xml, it may not look best, because I already did some trial and error.

Cheers Luka


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to