GWT with Mave

2010-06-15 Thread Leo
Hello, I'm Leonardo from Argentina. I want to know if there is a documented process to create a GWT project with Maven and then import it to Eclipse. Thanks! Leo. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: GWT with Mave

2010-06-15 Thread Subhrajyoti Moitra
http://mojo.codehaus.org/gwt-maven-plugin/ I am using this successfully. HTH. Subhro. On Mon, Jun 14, 2010 at 11:42 PM, Leo leonardocr...@gmail.com wrote: Hello, I'm Leonardo from Argentina. I want to know if there is a documented process to create a GWT project with Maven and then import

Re: GWT with Mave

2010-06-15 Thread Andrew Hughes
Create your maven project like this.. http://mojo.codehaus.org/gwt-maven-plugin/user-guide/archetype.html http://mojo.codehaus.org/gwt-maven-plugin/user-guide/archetype.htmlThen run the dev mode with the goal 'gwt:run' On Tue, Jun 15, 2010 at 11:57 PM, Subhrajyoti Moitra subhrajyo...@gmail.com

Re: GWT with Mave

2010-06-15 Thread Dan Billings
Does anyone know an easy way to integrate App Engine with gwt-maven- plugin? The gae-maven-plugin archetypes are way outdated. I think it involves the noserver option, as well as some customization of gwt-maven-plugin (exploded war directory output to server WEB-INF folder??). I am going to try