Hi, I experienced the same issue while migrating from 1.4 to 1.5. We had a lot of non-parametrized collections like maps & lists ( we had typeargs annotations defined for them). And compilation used to give a whole lot of warnings for the same. After changing our code to have parametrized collections the warnings disappeared and the compilation could happen properly.
Also if you are using eclipse you need to add the -Xmx flag to the launch file. Many people miss that too. Thanks, -Chinmay On Tue, Sep 16, 2008 at 8:19 AM, Andrej <[EMAIL PROTECTED]> wrote: > > the reason is "Out of memory; to increase the amount of memory, use > the -Xmx flag at startup" > > so try to increase memory (and/or ensure that you are _using_ -Xmx > param.) > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
