Re: [appengine-java] GWT + GAE pom?

2011-08-11 Thread de Witte
My 2 cents, Drop Maven and use ANT instead. It is simple and it works with the existing samples. Don't depend too much on the eclipse, should work fine without it. Google + GWT is an excellent combination. -- You received this message because you are subscribed to the Google Groups Google

[appengine-java] GWT + GAE pom?

2011-08-10 Thread vehdra music
Hi, I hope this post well not be off topic because is related to GAE GWT. I want to create a GWT + GAE project using maven, but I am pulling my hairs of my head. I hope that someone can give me little hand with this :) I am following this steps: 1) mvn archetype:generate

Re: [appengine-java] GWT + GAE pom?

2011-08-10 Thread David Chandler
I usually just copy a POM from a similar project like this one (GWT+GAE+Objectify): http://code.google.com/p/listwidget/ Step 9 is not necessary in recent versions of Google Plugin for Eclipse when used with Sonatype m2eclipse and m2e-extras (WTP integration). After you install these Eclipse

Re: [appengine-java] GWT + GAE pom?

2011-08-10 Thread John Patterson
I haven't read your exact setup but some things that might help: Add this to your pom.xml build outputDirectory${project.build.directory}/${project.build.finalName}/WEB-INF/classes/outputDirectory I use the Eclipse plugin FileSync to keep src/main/webapp synchronised with /target/myapp-1.0/