On Thu, Jan 20, 2011 at 8:58 PM, mike b <[email protected]> wrote: > think about compile times. We have 6 modules on our small project. Compile > time for all code including jar, war, and ear files is 7 minutes on a fast > quad core 4GB ram machine. IMO the more modules you have, the longer it > takes. There might be a better way to optimize (yes, I'm using > -localWorkers) but its still pretty long.
Maybe I have a suggestion for you cutting compile times - but I am just guessing. You only have to gwt:compile GWT projects with entry points (hence war projects). E.g. in the gwt-maven plugin you can specify compileTargets. We currently also have a lot of support jar gwt projects - but only one war project that will be compiled using compileTargets directive. But - maybe I am wrong as I don't know your project structure... Cheers, Raphael > > best of luck! > > -- > 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. > -- 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.
