[gwt-contrib] Re: GWT 1.5.3: Type mismatch with enum in parameterized class.

2009-01-22 Thread Isaac Truett
And if I'd been silly enough to bet against you, Scott, then I would've lost. For posterity: 1. SVN r4361 contains the updated JDT. I copied that to my 1.5 release branch. 2. SVN r4362 contains a small code change to LongFromJSNIChecker.java. I applied that to my 1.5 branch. 3. SVN r4362 also

[gwt-contrib] Re: GWT 1.5.3: Type mismatch with enum in parameterized class.

2009-01-21 Thread Scott Blum
Isaac, I would put money on our updating to a newer version of JDT. I'd find where Lex committed this upgrade... if there are no code changes, you might try putting the newer JDT higher on the classpath as a test. If that works, simple jar surgery should get you where you want to go. On Wed,

[gwt-contrib] Re: GWT 1.5.3: Type mismatch with enum in parameterized class.

2009-01-21 Thread Bruce Johnson
In terms of the GWT 1.5 code line, we're very unlikely to actually release a 1.5.4...GWT 1.6 is just around the corner. On Wed, Jan 21, 2009 at 6:55 PM, Scott Blum sco...@google.com wrote: Isaac, I would put money on our updating to a newer version of JDT. I'd find where Lex committed this