> Check your dependencies, this was fixed in GWT 2.4: > https://github.com/gwtproject/gwt/commit/ad144ac26693272b2d897454a13b7fddf389fedf > > (see linked issue, exact same error message)
@tbroyer: While it is fixed in the UiBinder parser, I think the real issue causing the Eclipse error is that the XSD file hasn't been updated and Eclipse now uses it to validate the XML. See https://github.com/gwtproject/gwt/blob/master/user/src/com/google/gwt/uibinder/resources/com.google.gwt.user.client.ui.xsd#L381 @Magnus: I think you could fix that issue in Eclipse by disabling XML validation. -- J. -- 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.
