Disable permutions to only the one you need when testing.
You can do this by for example setting these properties in your .gwt.xml file.
<set-property name="user.agent" value="ie6"/>
<set-property name="locale" value="default" />
Are you using 1.6 ? I have seen a big improvement in the compile
times. It used to be 15 minutes as well, but that has trimmed down a
lot to about 1 minute. That change is partly to changes in the GWT
compiler, the fact that I reduce the number of permutations and I
optimized from where the sources are read (it used to be a slow
network drive).
David
On Mon, May 25, 2009 at 11:41 AM, asianCoolz <[email protected]> wrote:
>
> dude, use eclipse
>
> On May 24, 2:10 pm, Mohammad Anisi <[email protected]> wrote:
>> Hi guys,
>>
>> I'm using ant for compiling a GWT project. Since my GWT project became
>> big, the GWT compile process take a lot of time in order of 15
>> minutes!
>> Is there any compilation trick such as "Incremental Compilation" for
>> GWT? or any option for compiling it?
>>
>> thanks.
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---