On 12 oct, 17:38, Michael W <[email protected]> wrote: > For server side code compilation, if you use Maven, you can create > different profile to skip GWT compilation.
Or pass the gwt.compiler.skip system property: - Dgwt.compiler.skip=true http://mojo.codehaus.org/gwt-maven-plugin/compile-mojo.html#skip > Or just use command line: > mvn compiler:compile > and copy class files from target folder to your runtime folder. I use "mvn war:exploded -Dgwt.compiler.skip=true - Dmaven.test.skip=true" (or -DskipTests) -- 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.
