Re: [gwt-contrib] Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-08 Thread Scott Blum
What if you turn the heap up to -Xmx2048M? What log level are you using? On Mon, Nov 8, 2010 at 4:44 PM, yves wrote: > Hi, > > I had a class named "ResultNode" and the project compiled fine. > In order to improve the code, I changed this class by adding generic > stuff like that : ResultNode>.

[gwt-contrib] Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-08 Thread yves
Hi, I had a class named "ResultNode" and the project compiled fine. In order to improve the code, I changed this class by adding generic stuff like that : ResultNode>. Of course I adapted the entire project where needed to take advantage of this change. Now I get an "Internal compiler error" Thi