FF11 plugin via http://gwt.google.com/missing-plugin/MissingPlugin.html

2012-03-26 Thread Andrew Scully
I appreciate that an updated plugin has been provided by Alan Leung via this forum, but currently the official link still shows: Sorry, the GWT Developer Plugin only supports Firefox 3.0 - 10.0 at present Any idea when it will become available via this method? Cheer

Re: How to share classes between two different modules with two different pages

2012-03-21 Thread Andrew Scully
It sounds like you just need two separate gwt.xml files within the same project. There is no reason why you can't use the same inherits within both. On Tuesday, 20 March 2012 21:22:58 UTC, Deepak Singh wrote: > > Hi All, > > I have a GWT project with 2 modules. > > ModuleA and ModuleB > Both are

Re: ff11 gwt dev plugin

2012-03-21 Thread Andrew Scully
Thanks. How soon until it is available via http://gwt.google.com/missing-plugin/MissingPlugin.html ? On Friday, 16 March 2012 19:58:34 UTC, Alan Leung wrote: > > Wow! I didn't know it was released already. > > Some how I thought I had more time until FF11. I'll get on it. thanks for > the remi

Re: Generics in deferred binding

2011-07-11 Thread Andrew Scully
I think that just doing this should be OK: Animal animalImplCat = GWT.create(Animal.class); Animal animalImplDog = GWT.create(Animal.class); The compile time generics will still be enforced during the GWT compile, but GWT.create(Animal.class) can fill both instances. Hope this helps, I have to

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-23 Thread Andrew Scully
In my case, I had to install from the zip archive instead due to firewall trouble. Even then, I had to run the install (and restart) twice before it installed correctly, for some reason. Make sure your eclipse is fully up to date prior to installation. Cheers, Andy. On Feb 23, 8:02 am, alexoff

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-17 Thread Andrew Scully
, the exception info is even more vital. At the moment, we cannot use the update facility, because it is impossible for us to know what IPs to allow. Thanks for your support, Andrew Scully. On Feb 16, 3:50 pm, Rajeev Dayal wrote: > Andrew, > > If you try and download some of those

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-16 Thread Andrew Scully
Well that settles it, it can't be anything to do with the installation history of the eclipse if you had this issue with a fresh install. It seems to be the case that several jars are not coming down with the install, or are not getting through to the plugins directory. I am on Windows XP by the

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-16 Thread Andrew Scully
Just an update on my situation with this: -Cleared out my plugins and features directories very thoroughly (directories and jars) so that all references to my old standalone GWT Designer install were gone. I also uninstalled anything with a package name begining "com.instantiations" from the eclips

Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread Andrew Scully
Using the "Add new software" funtion in eclipse 3.6.0 (Build id: I20100608-0911), I attempted to install GWT 2.2 from http://dl.google.com/eclipse/plugin/3.6 This operation failed, however, with the below errors. I have numerous previous versions of GWT installed, including the various milestones