We also have maven multi module project. GWT and GAE. (~30 modules) We use M2-Eclipse to configure project dependencies in Eclipse.
When we run hosted in the same module as the main GAE application it would take forever (like 3-4 minutes)! Also we noticed that if we close all projects that we are not actively changing then hosted starts faster (e.g. using prepared jars instead of Eclipse projects.) Our final fastest solution is to have standalone launch for GWT module only! And launch/start of GAE server application without GWT. The only problem with this is that we need to copy ###.gwt.rpc files each time we change serialized objects. We use: Windows, Eclipse 3.5.1, GWT 2.0.3, GAE 1.3.1 and latest Google and M2-Eclipse plusings. -- 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.
