Re: [gwt-contrib] Re: Is it possible to compile modules in parallel?

2012-02-26 Thread Boni Gopalan
Just came across this : http://jectbd.com/?p=1027#more-1027 , almost exactly what I was going to write. Looks very good for the job. Will report back after using it for couple of builds. On Mon, Feb 27, 2012 at 8:58 AM, Boni Gopalan wrote: > The link in Jens' mail is very helpful. I was going

Re: [gwt-contrib] Re: Is it possible to compile modules in parallel?

2012-02-26 Thread Boni Gopalan
The link in Jens' mail is very helpful. I was going over http://code.google.com/p/gwt-distcc/ and it is exact implementation of a distributed build server outlined in the other article. However there seems to be a few rough edges in the current code base. It could be modified to suite run more ap

Re: [gwt-contrib] Re: Is it possible to compile modules in parallel?

2012-02-25 Thread Vijay Poojari
You can create parallel task for each module build in ANT, which will run compilation in different threads. So no need to wait for one module to compile before starting compilation of second module. http://jectbd.com/?p=313 There is one more way of speeding up compilation by setting -localworkers

[gwt-contrib] Re: Is it possible to compile modules in parallel?

2012-02-24 Thread Jens
Have you already seen: http://code.google.com/p/google-web-toolkit/wiki/DistributedBuilds ? Seems to be pretty easy to compile each permutation on a different host. Am Freitag, 24. Februar 2012 10:42:17 UTC+1 schrieb Boni: > > If I understand correctly Compiler processes each module inside a f