Cameron, Did you check out a recent version of GQuery? I've been checking in a lot of changes recently because I've revamped it for Google I/O re-release. It now implements about 98% of all jQuery functions. I've haven't looked at the older rebind rules, but there should be a fall-thru for non-matched browers to SelectorEngineImplJS. But John could be right, it could be that the fall-thru isn't working and IE8 is resolving to no binding.
-Ray On Sat, May 16, 2009 at 7:41 PM, Cameron Braid <[email protected]> wrote: > I am tryng gwt trunk r5406 and have run into issues with GWT's rebinding. > > here are some errors from my different modules : > > [java] [ERROR] Errors in > 'jar:file:/media/home/cameronbraid/.m2/repository/gwtquery/gwtquery/0.3-a/gwtquery-0.3-a.jar!/gwtquery/client/SelectorEngine.java' > [java] [ERROR] Line 20: Rebind result > 'gwtquery.client.impl.SelectorEngineImpl' cannot be abstract > > [java] [ERROR] Errors in > 'jar:file:/media/home/cameronbraid/.m2/repository/com/google/gwt/incubator/gwt-incubator/r1539/gwt-incubator-r1539.jar!/com/google/gwt/gen2/logging/impl/client/ClientConsoleLogHandlerImpl.java' > [java] [ERROR] Line 206: Rebind result > 'com.google.gwt.gen2.logging.impl.client.ClientConsoleLogHandlerImpl.Impl' > must be a class > > [java] [ERROR] Errors in > 'jar:file:/media/home/cameronbraid/.m2/repository/com/extjs/gxt/1.2.2-r1236/gxt-1.2.2-r1236.jar!/com/extjs/gxt/ui/client/widget/form/NumberPropertyEditor.java' > [java] [ERROR] Line 29: Rebind result > 'com.google.gwt.i18n.client.constants.NumberConstants' must be a class > > These errors didn't occur using an older GWT trunk version r4619 > > Cheers > > Cameron > > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
