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 again this weekend if I don't get any responses from this. It'd be so nice to have separate Client/Server/Shared modules! On Jun 15, 9:50 am, Andrew Hughes <[email protected]> wrote: > 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.html>Then > run the dev mode with the goal 'gwt:run' > > On Tue, Jun 15, 2010 at 11:57 PM, Subhrajyoti Moitra <[email protected] > > > > > wrote: > >http://mojo.codehaus.org/gwt-maven-plugin/ > > > I am using this successfully. > > > HTH. > > Subhro. > > > On Mon, Jun 14, 2010 at 11:42 PM, Leo <[email protected]> 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 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, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<google-web-toolkit%2Bunsubs > >> [email protected]> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- > > 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]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
