On Tuesday, December 4, 2012 9:12:10 PM UTC+1, Milan Cvejic wrote: > > Hi, > is it somehow possible just to precompile code instead of running full > compilation using maven plugin for gwt? >
You can use <validateOnly>true</validateOnly> (or -Dgwt.validateOnly), most probably combined with -Dgwt.compiler.force. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/R9NWKf2tLI4J. 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.
