I have explained in another similar thread the steps: https://groups.google.com/g/google-web-toolkit/c/IZRriHLTWxA/m/DIerF5bzAgAJ
Tips: * You need to use this jar: https://mvnrepository.com/artifact/com.extjs/gxt/2.3.1a-gwt22 * Extract the jar source code (.xml and .java files, remove all .class files) and create an internal project with the source code. * Try to see the errors and fix one by one. * In com.extjs.gxt.ui.client.image.XImages, change its to extends ClientBundle and change all to AbstractImagePrototype ImageResource. After that, fix all errors. * Most of the errors are about setHeading, AbstractImagePrototype and the com.google.gwt.user.client.Element deprecation. I have made all the core changes in a day. And some fixes and improvements during the years. I do not remember all the changes, but it is a guide to start. Em qua., 20 de jul. de 2022 às 06:14, mmo <[email protected]> escreveu: > > We have fixed some things on GXT 2.3.1a. With some fixes, you can run > perfectly the GXT 2.3.1a in GWT 2.2+ (GWT 2.9.0 and 2.10.0 included). > > Would you mind to elaborate on these fixes? Have you documented these > somewhere? > > On Monday, July 18, 2022 at 6:05:57 PM UTC+2 Ricardo Serathiuk wrote: > >> I work with an application using GWT 2.10.0 and GXT 2.3.1a. We have fixed >> some things on GXT 2.3.1a. With some fixes, you can run perfectly the GXT >> 2.3.1a in GWT 2.2+ (GWT 2.9.0 and 2.10.0 included). >> > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit/a4aa86c7-d74a-48ef-a6c0-d687be2018aan%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit/a4aa86c7-d74a-48ef-a6c0-d687be2018aan%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Ricardo Serathiuk -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CALVte5xy9Hdi%2BmykRRbXwOvdsa8DKPi_Q%3Dy8rJ94SxOwNkQhFA%40mail.gmail.com.
