That's great Will, glad you found my instructions useful! Configuring Maven + GWT + Eclipse did take a little while to figure out, but the good news is it's now *much* easier to use such a configuration with the Google Plugin for Eclipse, as of version 1.3.
Keith On Wed, Mar 24, 2010 at 11:25 AM, will0 <[email protected]> wrote: > I can confirm the instructions from Keith work. Thanks so much. I must > have spent eight hours trying to figure this out. > > Will Temperley > > On Mar 23, 3:37 pm, Keith Platfoot <[email protected]> wrote: > > Hi Bert, > > > > I converted the GWT starter app into a Maven project (see attachment), > which > > might serve as a good starting point for you. It uses GWT 2.0.3, > > gwt-maven-plugin 1.2, and Google Plugin for Eclipse 1.3.1. I've also > > included an Eclipse project and launch configuration. To import the > > project: > > > > - Ensure you have Eclipse for Java EE installed > > - Create a server adapter for the project (right-click in Servers via > and > > select New). I used Tomcat, which runs on port 8080 (this needs to be > > reflected in the Web Application launch configuration) > > - Create an M2_REPO classpath variable pointing to your Maven > repository > > (Preferences > Java > Build Path). > > - Because the project references the GWT jars from the Maven repo > instead > > of a standard GWT SDK installation, you'll probably get a spurious > error on > > the project which you can suppress via Preferences > Google > > > Errors/Warnings > Project structure and SDKs > Missing SDK. > > > > Keith > > > > On Wed, Mar 17, 2010 at 11:06 AM, Bert <[email protected]> wrote: > > > I'm also very interested in setting up a Project like this. > > > Any sample code from anyone? > > > > > On Mar 17, 1:44 am, zggame <[email protected]> wrote: > > > > I think the latest gwt-maven-plugin is gwt 1.6.4. Not 2.0.3 > > > > > > On Mar 15, 3:30 pm, Sergio <[email protected]> wrote: > > > > > > > Hello everybody, I'm beginning with GWT development and I have a > > > > > problem. > > > > > > > I've already configured Eclipse 3.5 with gwt plugin and m2eclipse > > > > > plugin. I create a new maven project with gwt-maven-plugin > archetype, > > > > > but I'm not able to communicate client side with server side. I've > > > > > read the same problem is happened other people but no solution. > > > > > > > I'm trying to debug the sample application with gwt:debug goal and > > > > > then "Run remote java application" in "Debug configuration". I > don't > > > > > know if I am doing anything wrong. Any idea? > > > > > > > Thank you and sorry for my English. > > > > > -- > > > 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%[email protected]> > <google-web-toolkit%[email protected]<google-web-toolkit%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-web-toolkit?hl=en. > > > > > > > > MavenAppRpc.zip > > 21KViewDownload > > -- > 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%[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.
