As you said you made other changes - it is far more likely they
changed your compile time.  Annotations like SupressWarning shouldn't
increase your compile time.

Check to see how many permutations you are compiling - you may have
added some kind of localizations into your module definition.  While
compiling during dev, you may want to remove them (use the default)
until you are ready to test internalization as that simply wastes
time.

It definitely sounds like you increased the number of permutations
more than anything.

On Sun, Mar 29, 2009 at 5:33 PM, rjcarr <[email protected]> wrote:
>
> I have a mature gwt app that has been working fine for a long while
> now.  Total compile time is long but bearable ... about 90 seconds.
>
>  I just started using eclipse and it pointed out a bunch of warnings,
> mostly dealing with Serializable ids.  I added the SuppressWarning
> ("serial") annotation to make it go away, but now my compile time has
> essentially double to about 3 minutes.
>
> I made other changes but that is the only thing I consistently changed
> (I have a couple gwt apps in the same project and both of them are
> compiling much slower), so I'm reasonably sure that is the problem.
>
> Has anyone else experienced this?  Is there anything I can do (other
> than remove the annotations)?
> >
>

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