Re: GWT 2.0.x and Maven

2010-03-08 Thread Nathan Wells
You should also be aware of the gwt-maven-plugin here: http://mojo.codehaus.org/gwt-maven-plugin/ That site has some good examples with archetypes to get you up and running. On Mar 7, 7:08 pm, Ignat Alexeyenko wrote: > Hi, Steve! > > I'm using maven with GWT2.0 but I'm not using eclipse. > Actu

Re: GWT 2.0.x and Maven

2010-03-07 Thread Ignat Alexeyenko
Hi, Steve! I'm using maven with GWT2.0 but I'm not using eclipse. Actually before every project launch my IDE calls 'package' target of maven lifecycle. You can view pom.xml file configuration sample. Follow the instructions to checkout the project: http://sourceforge.net/projects/simpleworklog/d

GWT 2.0.x and Maven

2010-03-07 Thread Steve
After a few days of confusion, I thought I'd ask here ... What are the parts and pieces I need to set up a GTW/Maven project? I've got Eclipse 3.5.2, m2eclipse 0.10, the beta GPE 1.3 plugin, what else? What's the sequence of events I need to do to get a working project going? Steve -- You rec