you could also use maven and set up parent poms with dependants as
required,
On Aug 15, 2:07 pm, Mike 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 with their own entry poi
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, 10:
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 comp