Re: webAppCreator + Maven = HTTP ERROR 404

2017-05-08 Thread Thomas Broyer
On Sunday, May 7, 2017 at 10:28:00 PM UTC+2, Irek Szczesniak wrote: > > I think I should first say: > > mvn war:exploded > > And then: > > mvn gwt:devmode > > Is there some guide on how to use Maven with GWT? > Add the "readme" template to webAppCreator. You need to first "mvn package" (you can

Re: Multiple GWT modules in one Maven module

2017-05-08 Thread Thomas Broyer
On Monday, May 8, 2017 at 6:18:06 PM UTC+2, Frederik Van Hoyweghen wrote: > > Hey everyone, > > We are currently migrating our project away from using Ant, to Maven. > > Along with this migration, we also tried to follow some of the project > structuring that is recommended for a maven project.

Multiple GWT modules in one Maven module

2017-05-08 Thread Frederik Van Hoyweghen
Hey everyone, We are currently migrating our project away from using Ant, to Maven. Along with this migration, we also tried to follow some of the project structuring that is recommended for a maven project. Our *Maven* GWT module contains multiple GWT modules, but I'm struggling with making t