[WARN] 404 - GET //10.14.0.224:8888/sampleapp/sampleapp.nocache.js

2022-07-18 Thread Abhishek Yadav
Hello Everyone, I am getting below error when trying to start application through GWT plugin in eclipse. I am using GWT 2.9.0. I have renamed my module to *sampleapp *and in the html file I have used the below script in html file * * 07:18 20:56:17 | INFO | [main] |

Re: Compatibility of GWT 2.10.0 with GXT 2.3.1.a

2022-07-18 Thread Ricardo Serathiuk
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.

Re: Compatibility of GWT 2.10.0 with GXT 2.3.1.a

2022-07-18 Thread Thomas Broyer
In an ideal world, you'd reach out to those libs' maintainers and ask them if their lib is compatible with GWT 2.10. But those are all libs that haven't had a new release in *a decade*: * GXT 2.3.1.a was released in 2014 * GWTx 1.5.3 was released 2009 (GWT 2.0.0 wasn't even released at the time!)

Re: Compatibility of GWT 2.10.0 with GXT 2.3.1.a

2022-07-18 Thread 'Frank Hossfeld' via GWT Users
GWT packages have still the same name. AFAIK, there are no changes on package names. In case you start using GWT modules, you will have to use the packages starting with 'org.gwtproject'. Starting with GWT 2.10.0 you can 'com.google.gwt' or 'org.gwtproject' as groupId inside the Maven

Re: Compatibility of GWT 2.10.0 with GXT 2.3.1.a

2022-07-18 Thread Leon Pennings
>From what I gathered, packages have been renamed from **.google.** to **gwtproject** or smth. So without a gxt update to cover for the new packages, I doubt you can upgrade your project. There is one simple way to check, just update the GWT version in your dependency manager (maven or