Closed BrianHenryIE closed 11 years ago
When I try to compile my application with GWT 2.6.0-rc1, I get an error:
Caused by: java.lang.NoClassDefFoundError: com/google/gwt/dev/util/Preconditions at com.google.web.bindery.event.gwt.rebind.binder.EventBinderGenerator.getTargetType(EventBinderGenerator.java:73)
which is because the Preconditions class has been removed from GWT. It's also a problem for GIN according to: https://code.google.com/p/google-web-toolkit/issues/detail?id=8433 https://groups.google.com/forum/#!topic/Google-Web-Toolkit/O3YYBYkO8t0
Thanks for the report, I'm removed this dependency in b2f3e83754916013f4f1f88a1e06d5ca4fe5ba01. Can you try building with the latest snapshot and see if things work for you?
When I try to compile my application with GWT 2.6.0-rc1, I get an error:
which is because the Preconditions class has been removed from GWT. It's also a problem for GIN according to: https://code.google.com/p/google-web-toolkit/issues/detail?id=8433 https://groups.google.com/forum/#!topic/Google-Web-Toolkit/O3YYBYkO8t0