There is a google IO session which covers speeding up the compile process during development, it is in the second half of a talk on the compiler in general. http://www.youtube.com/watch?v=qT6ZsQBM7kY
Also, if you are working on client side code, a lot of the time you don't need to go through the whole re-compile process. You can simple edit your client side .java files, save, then refresh your browser. GWT will recompile just the changed code. On Fri, Jul 15, 2011 at 12:23 PM, Dennis Haupt <[email protected]> wrote: > it's the speed. not the execution speed, that one is good enough. > what i mean is the compilation speed. compiling my complete java project > takes 30 seconds. compiling the tiny gwt part of it takes 91 seconds. > activating the hosted mode takes about 1-2 minutes (didn't measure, feels > like it). debugging like this takes forever. > the write - test - debug - fix - cycle slows me down a lot. is there any way > to fix that problem? > > -- > 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.
