I'm doing experiments with GWT and tried the Mojo GWT plugin. I made some changes on it and would like some feeback before considering to commit them :
- added "logLevel" and "style" options to the compiler - changed "className" parameter to "module" to reflect the GWTCompiler command line option and the gwt concept (this parameter points to a gwt.xmlfile, and may not map to a java class) - upgrade to gwt 1.4.62 (MAVENUPLOAD request posted) - changed the compiler invocation code to intercept System.exit(), that kills the build process, using a custom SecurityManager
