Eclipse, Maven, GWT: Multiple modules in a single Eclipse project

2011-08-15 Thread Mike
Hi, we have an existing web application (JSF, Seam on JBoss) and are reimplementing portions of it in GWT. These portions will be separate GWT modules, each with their own entry point. The application is currently a single Eclipse project with Maven handling dependency management and the GWT

Re: Eclipse, Maven, GWT: Multiple modules in a single Eclipse project

2011-08-15 Thread Mike
As always, the answer becomes apparently minutes after asking the question: it turns out you need to explicitly list your modules in the pom file's configuration of the gwt-maven-plugin plugin. This allows you to specify an order, ensuring that the shared module is compiled first. On Aug 15,

Re: Eclipse, Maven, GWT: Multiple modules in a single Eclipse project

2011-08-15 Thread Lwando Mjila
you could also use maven and set up parent poms with dependants as required, On Aug 15, 2:07 pm, Mike mreynolds0...@gmail.com wrote: Hi, we have an existing web application (JSF, Seam on JBoss) and are reimplementing portions of it in GWT.  These portions will be separate GWT modules, each