Re: GWT throws random IllegalArgumentException in DevMode

2014-11-10 Thread Thomas Broyer
Then I can't understand how that could happen, sorry… (unless isScript() erroneously evaluated to 'true' maybe?) That code has changed slightly in 2.7 (for nearly the reverse behavior as you're seeing: issue 8548 https://code.google.com/p/google-web-toolkit/issues/detail?id=8548) so maybe you

Re: GWT throws random IllegalArgumentException in DevMode

2014-11-10 Thread David Hoffer
I did try to upgrade to 2.7-rc1 but got some compiler errors, I also upgraded the gwt maven plugin to 2.7-rc1. Then I read that SDM was the default so I added the flag so that DM would be used...but still got the compiler errors. Could be that I have some 3rd party GWT code that isn't compatible

Re: GWT throws random IllegalArgumentException in DevMode

2014-11-10 Thread Thomas Broyer
On Monday, November 10, 2014 3:40:32 PM UTC+1, dhoffer wrote: I read on http://mojo.codehaus.org/gwt-maven-plugin/whats_new.html that 2.7-rc1 was updated to use 2.6.1?? That seems wrong to me. Ah, forgot to update the maven site… -- You received this message because you are subscribed

GWT throws random IllegalArgumentException in DevMode

2014-11-09 Thread dhoffer
All of a sudden I'm getting an IllegalArgumentException debugging a GWT app in DevMode. I'm using 2.6.1. It isn't clear to me what can cause this or how to debug the cause. It seems somewhat random in its occurrence but seems to happen less if breakpoints are used. What might be the cause

GWT throws random IllegalArgumentException in DevMode

2014-11-09 Thread Thomas Broyer
I'd bet you're using Chrome. Search the issue tracker, it's a known bug with Chrome and the Dev plugin. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: GWT throws random IllegalArgumentException in DevMode

2014-11-09 Thread David Hoffer
I'm using Firefox ESR 24.2.0. On Sun, Nov 9, 2014 at 4:39 PM, Thomas Broyer t.bro...@gmail.com wrote: I'd bet you're using Chrome. Search the issue tracker, it's a known bug with Chrome and the Dev plugin. -- You received this message because you are subscribed to a topic in the Google