I've lately been hitting a lot of GWT compilation errors in SuperDevMode 
where GWT compiles things fine, but the outputted code is incorrect. GWT's 
name mangling ends up being mismatched where a method will be compiled to 
something like "filter_0_g$.test_22_g$" but elsewhere, code will try to 
call the method using "filter_0_g$.test_23_g$" or something like that.

Anyway, after looking through the issue tracker, I think this might be 
fixed already, so I want to download some of the latest GWT snapshots to 
see. Where can I get download a more recent nightly build of GWT?

I tried going to
   https://oss.sonatype.org/content/repositories/google-snapshots

But the jars there seemed to be missing the jsinterop.annotations package, 
so I'm not sure if that is the correct place to go or if jsinterop has 
changed or whatever.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to