You could also move the compilation process to a bigger machine on the
cloud and then if you need to run the compiled site locally do a script to
download the content. That improved a lot the compilation time for me.

You can also try doing distributed builds (I personally never tried), but
here are some links:
http://code.google.com/p/google-web-toolkit/wiki/DistributedBuilds
http://code.google.com/p/gwt-distcc/
https://github.com/markovuksanovic/gwt-distributed-compiler


On Tue, Sep 4, 2012 at 10:50 AM, Abraham Lin <atomknight033...@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).
>
> --
> 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/-/RzBld5KNo6cJ.
>
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to