ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

GWT 2.7 compile error #313

Open confile opened 9 years ago

confile commented 9 years ago

I get this error while compilation:

Adding '1' new generated units
            Warnings in '/var/folders/xh/1xkfq26532j97q23qw5pdhs40000gn/T/gwt-codeserver-3203567117696984680.tmp/test.mobile.MobilePhoneGapIOS/compile-2/gen/com/google/gwt/query/client/LazyGQueryImpl.java'
               See snapshot: /var/folders/xh/1xkfq26532j97q23qw5pdhs40000gn/T/com.google.gwt.query.client.LazyGQueryImpl4185916206034052650.java
            Ignored 1 unit with compilation errors in first pass.
nloke commented 8 years ago

The other issue that i notice is with IFrameWithDocTypeLinker which extends IFrameLinker

Since GWT 2.7 uses xsiframe by default it causes the following warning.

Invoking Linker IFrame [WARN] IFrame linker is deprecated; consider switching to the xsiframe linker

Is this even possible to be moved to xsiframe and still have ie8 work?