Were you able to resolve the error in ListField? I have the same error trying to get GWT 2.8.2 working with GXT 2.3.1a.
On Sunday, August 11, 2019 at 2:14:35 PM UTC-5 Blaze 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/7606987e-0a9e-4831-9944-47fb92540c41n%40googlegroups.com.
