Re: GWT compilation issue with jdk 17

2023-07-21 Thread Colin Alworth
There is community work underway to update GWT-RPC itself to use jakarta.servlet packages, and the same idea could be applied to gwtplatform. Unfortunately, the gwtplatform.com domain is still owned, so any fork could not take over the groupid, but

Re: GWT compilation issue with jdk 17

2023-07-21 Thread NIKITAH
Thank you Thomas for your guidance . On Friday, July 21, 2023 at 6:25:36 PM UTC+5:30 Thomas Broyer wrote: > On Friday, July 21, 2023 at 12:51:32 PM UTC+2 NIKITAH wrote: > > Yes , we are using jakartaee-api : 9.0.0 . So can you please suggest > which version of gwtp-dispatch-rest-*.jar will be

Re: GWT compilation issue with jdk 17

2023-07-21 Thread Thomas Broyer
On Friday, July 21, 2023 at 12:51:32 PM UTC+2 NIKITAH wrote: Yes , we are using jakartaee-api : 9.0.0 . So can you please suggest which version of gwtp-dispatch-rest-*.jar will be compatible with Jakarta 9.0 ? None! Repeating myself here: - GWTP is long dead; at least one year before

Re: GWT compilation issue with jdk 17

2023-07-21 Thread NIKITAH
Yes , we are using jakartaee-api : 9.0.0 . So can you please suggest which version of gwtp-dispatch-rest-*.jar will be compatible with Jakarta 9.0 ? On Friday, July 21, 2023 at 3:58:59 PM UTC+5:30 Thomas Broyer wrote: > Two things: > > >- using JDK 17 doesn't mean you have to use Jakarta

Re: GWT compilation issue with jdk 17

2023-07-21 Thread Thomas Broyer
Two things: - using JDK 17 doesn't mean you have to use Jakarta EE 9+, Java EE 8 / Jakarta EE 8 should still work just fine. You may have also changed your server to a Jakarta EE 9+ version, but that's (almost) independent from using JDK 17 - GWTP is long dead; at least one

Re: GWT compilation issue with jdk 17

2023-07-21 Thread NIKITAH
Just FYI , I've already tried with gwtp-dispatch-rest-1.6.jar and facing the same issue " The import javax.ws.rs.core.HttpHeaders cannot be resolved" . As , we are aware in jdk17 we are using Jakarta API means HttPheaders is now moved to jakarta.ws.rs.core.HttpHeaders . So , wanted to know

GWT compilation issue with jdk 17

2023-07-20 Thread NIKITAH
Hi , I am trying to compile GWT with JDK17. As per https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0 , I came to know that GWT2.10.0 is compatible with JDK17 and hence I updated the same in my project . Now, facing issue with gwtp-dispatch-rest-1.4.jar like : [ERROR] Line

Re: gwt compilation issue

2014-02-20 Thread Thomas Broyer
GWT proper doesn't create WEB-INF or anything inside it. WEB-INF is for server-side Java code, and it's your IDE or your build tool's responsibility to put it there (or possibly yourself, for WEB-INF/lib, if you manually manage your dependencies). So in this case I'd say have a look at your IDE

gwt compilation issue

2014-02-19 Thread fedex
For my current Gwt project when I compile the project it creates web-inf folder outside the war folder. Initially While working on project I accidentally deleted war folder and I kind of setup the folder manually by copying the files from my backup folder. I am not sure if this is the reason

GWT Compilation Issue

2010-05-18 Thread Muhammad Zeeshan
Hi, I am facing problem while GWT compilation. I am using ANT build file in which i run 'build' target. when execution comes to 'gwtc' target the compilation sometimes stop or somtime it compiles successfully. Can anyone please tell me what i am doing wrong ? I am using GWT2.0 -- You received

Re: GWT Compilation Issue

2010-05-18 Thread mP
Mate Its a bit hard to tell with no details, like perhaps the exception, the messages or something from the log, at the very least something. As you probably already know there are a million things that can go wrong, you havent given us any clues or pointers. hth On May 18, 9:55 pm, Muhammad