Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-11 Thread dane.molotok
The documentation is frustrating, so let's all document some stuff here so that other googlers will find help. Hilco, can you link to your pom or post some relevant snippets? My current configuration is broken but I feel like I am very close with having GPE, maven, and the maven-war-plugin happy

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-11 Thread Andrew Hughes
Déjà vu - this tread is nothing new. If people would like to raise the GWT steering committee's awareness of maven related issues, try using the tool setup for just this purpose :) http://code.google.com/p/google-web-toolkit/issues/list

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-10 Thread Rajeev Dayal
Hey guys, I know that maven issues with GWT and GPE are a common theme. We're currently working on improving the experience within GPE. It won't solve all of the problems, but it will at least solve some of them. Hilco's suggestion is probably the best one at this point, as GPE 1.4 M2 contains

GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread abby
Has anyone gotten these to work? I am surprised at the lack of support gwt has for maven. Looking at the mojo users group, it seems that gwt- maven developers are equally frustrated http://groups.google.com/group/codehaus-mojo-gwt-maven-plugin-users/browse_thread/thread/8ced89b3cb27cf3f Can

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread Hilco Wijbenga
On 3 August 2010 10:44, abby misra.a...@gmail.com wrote: Has anyone gotten these to work? I am surprised at the lack of support gwt has for maven. Looking at the mojo users group, it seems that gwt- maven developers are equally frustrated [I don't know why anyone in 2010 still would want to

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread Dan Billings
The maven-gae-plugin mvp archetype generates a very informative pom.xml that might help you put it all together. I would encourage anyone who has it working to post their pom here! On Aug 3, 2:08 pm, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: On 3 August 2010 10:44, abby

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread abby
The problem is when you try to bring maven, tomcat and google plugin together. I have hacked my way around with jetty and was able to get it working at some level. The problem is there is zero documentation on getting things working. On Aug 3, 4:20 pm, Dan Billings debil...@gmail.com wrote: The

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread Hilco Wijbenga
On 3 August 2010 14:23, abby misra.a...@gmail.com wrote: The problem is when you try to bring maven, tomcat and google plugin together. I have hacked my way around with jetty and was able to get it working at some level. I know it's frustrating but you might want to consider using Jetty then?