Hybrid View
-
7 Nov 2012 10:49 PM #1
GWT 2.5 support
GWT 2.5 support
Code:Rebinding pl.coig.test.client.UiBinderTest.UiBinderTestUiBinder Invoking generator com.sencha.gwt.uibinder.rebind.UiBinderGenerator [ERROR] Generator 'com.sencha.gwt.uibinder.rebind.UiBinderGenerator' threw an exception while rebinding 'pl.coig.test.client.UiBinderTest.UiBinderTestUiBinder' java.lang.RuntimeException: Incompatible GWT version for uibinder-bridge. Expecting '2.4.0', but found '2.5.0'
-
7 Nov 2012 11:47 PM #2
You can remove the uibinder-bridge when using GWT 2.5.0. The features that the bridge added are now part of GWT 2.5.0 directly.
-
8 Nov 2012 12:21 AM #3
-
29 Nov 2012 12:09 AM #4
When I droped the uibinder-bridge-2.4.0.jar from the gxt lib, another error occured:
Loading inherited module 'com.sencha.gwt.uibinder.UiBinder'
[ERROR] Unable to find 'com/sencha/gwt/uibinder/UiBinder.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
-
3 Dec 2012 9:39 AM #5
If you remove the GXT UiBinder helper jar from the classpath, you should probably also remove the <inherits> statement that points to that same code from your module.


Reply With Quote