Re: [gwt-contrib] Possible compiler bug in 2.7 ignoring a set-property

2015-02-04 Thread Colin Alworth
I don't recall if inherited modules are loaded more than once - in other words, if one of the higher up modules (like BaseGWT) already inherited BaseBrowsers, then a later module added ie10 via extend-property, it might not be possible to re-inherit BaseBrowsers and have it re-set user.agent down

[gwt-contrib] Re: Eclipse project errors

2015-02-04 Thread Jakob Jarosch
Thanks! I created a patch solving the classpath issues and adding a short description on how to deal with those false positive errors in Eclipse. https://gwt-review.googlesource.com/11460/ - Jakob Am Dienstag, 3. Februar 2015 00:08:34 UTC+1 schrieb Jens: You should revert all your code

[gwt-contrib] Possible compiler bug in 2.7 ignoring a set-property

2015-02-04 Thread Jan Thewes
Hey guys, I've found what I think is a bug in GWT2.7. We're trying to compile the attached file 'MyMegaModule.gwt.xml' The last inherit in this file is BaseBrowsers.gwt.xml - I've attached that too. In the BaseBrowsers.gwt.xml you can see that we only want gecko and safari compilations but when