I'm not sure how difficult is to make it compile with GWT 2.8, if even possible, but officially only GXT 4 is compatible with GWT 2.8: https://docs.sencha.com/gxt/4.x/guides/getting_started/migration/MigrationGWT28.html
On Sun, Aug 11, 2019 at 9:14 PM Blaze <[email protected]> wrote: > Hi all, > > I was wondering if some one can help me on this one... > I have a older app which uses gxt.2.2.5-gwt22.jar, and when compiling with > gwt 2.8.2 Im getting some errors like this: > > [ERROR] Errors in > 'jar:file:/xxxxx/gxt-2.2.5-gwt22.jar!/com/extjs/gxt/ui/client/widget/form/ListField.java' > [java] [ERROR] Line 322: The method append(boolean) is > ambiguous for the type StringBuffer > > > [ERROR] Errors in > 'jar:file:/xxxxxx/gxt-2.2.5-gwt22.jar!/com/extjs/gxt/ui/client/widget/form/HtmlEditor.java' > [java] [ERROR] Line 548: Type mismatch: cannot convert > from com.google.gwt.dom.client.Element to com.google.gwt.user.client.Element > [java] [ERROR] Hint: Check the inheritance chain from your > module; it may not be inheriting a required module or a module may not be > adding its source path entries properly > > > Im guessing other gxt.jar file needs to be used, which adopts the small > changes. > I searched on the net, found some but not sure if this are the one to go > with. e.g a jar called gxt-2.3.1a-gwt22.jar, also this one on git: > https://github.com/bedatadriven/gxt > > Can some one give me some insides on this one, that would be great!! > > Tnx in advance, > Blaze > > > > -- > 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/8986b211-a13b-4e6c-85b7-6d8eaecc57b6%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit/8986b211-a13b-4e6c-85b7-6d8eaecc57b6%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CABVWDC5G6CgXGhBtur38aRFNLaKb4xDh8HFjbyU7LhJoPbwx1g%40mail.gmail.com.
