You can also try doing distributed builds (I personally never tried), but here are some links:
https://github.com/markovuksanovic/gwt-distributed-compiler
--
-- On Tue, Sep 4, 2012 at 10:50 AM, Abraham Lin <atomknight033197@gmail.com> wrote:
What could possibly help is to precompile the modules into *.gwtar files, but it's something that's supposed to only be used by GWT itself (you'll find such gwtar files in the gwt-user.jar) AFAIK. At least it's not designed to build "libraries", as the gwtar files depend on the version of GWT that produced them (IIUC).I've found that pre-compiling gwtar files has a negligible impact on overall compilation time, as most of the processing time is spent during the CompilePerms phase. Granted, this is dependent on the project architecture, but it seems unlikely that this will be a silver bullet for reducing overall compilation time (at least in its current state).--To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/RzBld5KNo6cJ.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
A world citizen
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment