just to add to my post that the problem I am facing is that since my client sub-projects contain only Java source files + module.gwt.xml, they don't have any main .html file to use as gwt-maven-plugin runTarget. and from my setup, it is the assembly sub-project, which gathers all the sources, and gwt compiles them, therefore running mvn gwt:run from within any of those N client gwt sub projects, is not straightforward. because first of all webapp part, containing static files, is in a different sub-project, and gwt-compilation also occurs in assembly sub-project. this made me wonder, whether using gwt:run in this setup is advisable, or should I use this maven setup, only for build, and use IDE plugin for development. what I mean is, I use maven, only after I have tested my app with IDE, instead of relying on frequent mvn gwt:run. I would like to know your development process, when combining maven with gwt. thank you
-- 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.
