RE: Can one convince code server to ignore an error and continue?

2023-02-18 Thread Michael Moser
Thanks Frank Hossfeld and Jens for responding! @Frank Hossfeld Re. «GWT 2.10.0 dropped the support for ie8, ie9 & ie10 which will also cause problems.» I had indeed encountered that issue already very early while migrating our application from GWT2.7 to GWT2.10 and had fixed it by providing an

Re: Can one convince code server to ignore an error and continue?

2023-02-15 Thread 'Frank Hossfeld' via GWT Users
IIRC you need to update a few classes of GXT to get it running with GWT 2.9.0+. And GWT 2.10.0 dropped the support for ie8, ie9 & ie10 which will also cause problems. Jens schrieb am Mittwoch, 15. Februar 2023 um 13:21:38 UTC+1: > I am currently stuck with an error in a commercial GWT widget l

Re: Can one convince code server to ignore an error and continue?

2023-02-15 Thread Jens
I am currently stuck with an error in a commercial GWT widget library that our project uses (GXT v4.0.2). The code generated by that library contains a bug: it contains a GWT.create(…)-call where the argument is an interface and not a class. Actually GWT.create() usually takes an interface and

Can one convince code server to ignore an error and continue?

2023-02-14 Thread mmoser
I am still trying to get code server running for our application that I am porting from GWT 2.7 to GWT 2.10. I am currently stuck with an error in a commercial GWT widget library that our project uses (GXT v4.0.2). The code generated by that library contains a bug: it contains a GWT.create(…