Re: gwt-maven-plugin / google plugin for eclipse / working for anyone?!?!

2010-12-27 Thread Mars Hsu
Hi Pete, how do you use gwt-maven-plugin2.2.1 to integrate with spring project? I met same problem with you. Would you like to give me a easy example? On Dec 13, 7:06 am, PeteUK newbar...@gmail.com wrote: Chuck, Would you mind revealing what you ended up doing? I've been having problems in

Re: gwt-maven-plugin / google plugin for eclipse / working for anyone?!?!

2010-12-12 Thread PeteUK
On Thursday, December 2, 2010 8:28:14 PM UTC, cri wrote:We are trying to use gwt-maven-plugin to generate our mavenized gwt project. Our versions are: eclipse helios gwt 2.1 gwt-maven-plugin 2.1.1-SNAPSHOT We generate our initial project with the command line: mvn archetype:generate \

Re: gwt-maven-plugin / google plugin for eclipse / working for anyone?!?!

2010-12-12 Thread PeteUK
Chuck, Would you mind revealing what you ended up doing? I've been having problems in the same area and am trying to figure them out. Thanks, Pete It's ok - I've sorted my problems now. Thanks, Pete -- You received this message because you are subscribed to the Google Groups Google Web

Re: gwt-maven-plugin / google plugin for eclipse / working for anyone?!?!

2010-12-05 Thread Thomas Broyer
On 4 déc, 19:47, cri chuck.irvine...@gmail.com wrote: Thanks for the link I just looked at the FAQ. As far as I can see, its only marginally relevant. The latest version of the gwt-maven-plugin (2.1.0) is designed to generate a fully functional dynamic web app that is completely mavenized,

Re: gwt-maven-plugin / google plugin for eclipse / working for anyone?!?!

2010-12-04 Thread Thomas Broyer
On 2 déc, 21:28, cri chuck.irvine...@gmail.com wrote: We are trying to use gwt-maven-plugin to generate our mavenized gwt project. Our versions are: eclipse helios gwt 2.1 gwt-maven-plugin 2.1.1-SNAPSHOT We generate our initial project with the command line: mvn archetype:generate \

Re: gwt-maven-plugin / google plugin for eclipse / working for anyone?!?!

2010-12-04 Thread cri
Thanks for the link I just looked at the FAQ. As far as I can see, its only marginally relevant. The latest version of the gwt-maven-plugin (2.1.0) is designed to generate a fully functional dynamic web app that is completely mavenized, so the procedure described in the FAQ is out of date. On Dec

Re: gwt-maven-plugin / google plugin for eclipse / working for anyone?!?!

2010-12-03 Thread PhilBeaudoin
A valuable resource that has helped me quite a bit are the POMs from Harald Pehl in his various open source projects. Check out: Super POM with global settings: http://code.google.com/p/pehl-parent/source/browse/trunk/pom.xml Super POM for Piriti:

gwt-maven-plugin / google plugin for eclipse / working for anyone?!?!

2010-12-02 Thread cri
We are trying to use gwt-maven-plugin to generate our mavenized gwt project. Our versions are: eclipse helios gwt 2.1 gwt-maven-plugin 2.1.1-SNAPSHOT We generate our initial project with the command line: mvn archetype:generate \ -DarchetypeRepository=https://nexus.codehaus.org/content/groups/

Re: gwt-maven-plugin / google plugin for eclipse / working for anyone?!?!

2010-12-02 Thread David Chandler
Do you see errors in any of the Eclipse consoles (including Maven console) while doing the import? On Thu, Dec 2, 2010 at 3:28 PM, cri chuck.irvine...@gmail.com wrote: We are trying to use gwt-maven-plugin to generate our mavenized gwt project. Our versions are: eclipse helios gwt 2.1

Re: gwt-maven-plugin / google plugin for eclipse / working for anyone?!?!

2010-12-02 Thread cri
No. No errors other than the ones mentioned in the original post. After resolving those errors, we could run the default project using run as / web application. The problem only comes after we add dependencies to our pom file. On Dec 2, 2:43 pm, David Chandler drfibona...@google.com wrote: Do