Hi Peter,
How often are you finding that you need to recompile your GWT project? If
you are doing full compiles regularly (generating GWT application resources
for all browsers and all localized languages) for anything other than
close-to-production ready testing, you can probably set up your compilations
for a single browser and a single locale to reduce the number of
permutations generated by the compiler.

You can find a relatively recent thread on the subject which contains many
useful tips on speeding up compilation at the link below:

http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/b4b0f33d49916306/28376b8da7b0a927?hl=en

For any other stage of development, you should be able to use hosted mode
for quick code-test-debug cycles until you start getting to the point where
you want to test the application user interface in all browsers once all the
initial debugging work is out of the way.

Ultimately, however, we have seen numerous reports about the GWT 1.5
compiler taking more time to compile on projects that have migrated from 1.4
to 1.5, and this problem is on the team's radar. In fact, Scott has been
working on a patch that has shown significant improvements in compilation
times that is slated for the next GWT release as described in Issue #2347.

Issue #2347:
http://code.google.com/p/google-web-toolkit/issues/detail?id=2347

Hope that helps,
-Sumit Chandel

On Thu, Sep 4, 2008 at 2:31 PM, Peter Gershkovich <
[EMAIL PROTECTED]> wrote:

>
> I started using GWT 1.5 and noticed greatly increased compilation
> time. I am using IntelliJ 7.04 on Mac OS X (10.5 on Intel platform)
> and the speed of compilation is unbearable.
> If you found ways to improve that speed please let me know.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to