Would it be possible to upload the releases simultaneously to Maven Central please? Right now the most recent version available on Maven Central is 2.2.0.
I see three jars in release. Seems they are based on GWT release. We use GWT 2.0.4 version. I wanted to know which one is most compatible with EXT GWT 2.2.5.
Is it gxt-2.2.5-gwt22.jar or gxt-2.2.5-gwt2.jar.
Thanks for reply, I get this error when I use GWT 2.0.4 with EXT GWT 2.2.5
Errors in 'jar:file: .m2/repository/com/extjs/gxt/ .2.5/gxt-2.2.5.jar!/com/extjs/gxt/ui/client/GXT.java' [ERROR] Line 169: Failed to resolve 'com.extjs.gxt.ui.client.messa es.XMessages' via deferred binding
However I never got this error with our current version of EXT GWT 2.2.0
If I use GXT jar with 22 suffix I get this error:
java.lang.IncompatibleClassChangeError: Found class com.google.gwt.core.e
xt.typeinfo.JClassType, but interface was expected
[INFO] at com.extjs.gxt.ui.rebind.core.TemplatesGenerator$SourceGenerator.valid
ateType(TemplatesGenerator.java:142)
This error indicates that the GXT jar you are using is built for a different version of GWT. When downloading the zip from the sencha site, make sure to select the jar with the version that matches the GWT version you are using.
I copied XMessages.properties present inside the GXT jar to our workspace where we had overridden it.
Seems this key was missing:
listField_itemsSelected='{0'}itemsselected
in XMessages files which we had e in our workspace. After copy property file the error went away and we were able to compile the application.
We are planning to upgrade our GWT 2.0.4 to latest release. I wanted to know if GXT jar: gxt-2.2.5-gwt22.jar which comes with GXT 2.2.5 distribution supports latest GWT 2.4.0 or is it for GWT 2.2.0.