Re: GWT compile stuck

2023-02-26 Thread Alaa Humaidat
} } ``` The code above used to work fine when compiled using Java 8, GWT 2.10. On Friday, February 24, 2023 at 3:02:24 PM UTC+3 Alaa Humaidat wrote: > Thank you, upgrading to java 11.0.18 fixed the issue, however, I got the >

Re: GWT compile stuck

2023-02-23 Thread Alaa Humaidat
wrote: > Try changing localWorkers to 1? > > On Thursday, February 23, 2023 at 9:14:03 AM UTC-5 Alaa Humaidat wrote: > >> I'm working on upgrading an app that uses GWT and embedded jetty server >> from java 8 to java 11. The app was working fine with jetty 9, GWT 2.10.0 >

Re: GWT compile stuck

2023-02-24 Thread Alaa Humaidat
Thank you, upgrading to java 11.0.18 fixed the issue, however, I got the following compilation error: ``` [ERROR] An internal compiler exception occurred com.google.gwt.dev.jjs.InternalCompilerException: Unexpected operator for EqualExpression at

GWT compile stuck

2023-02-23 Thread Alaa Humaidat
I'm working on upgrading an app that uses GWT and embedded jetty server from java 8 to java 11. The app was working fine with jetty 9, GWT 2.10.0 before the upgrade. After upgrading to java 11- Jetty 11, the compilation for GWT got stuck. I removed all unused dependencies, upgraded existing

Re: GWT compile stuck

2023-02-27 Thread Alaa Humaidat
se.jdt ecj ``` On Sunday, February 26, 2023 at 5:14:04 PM UTC+3 Alaa Humaidat wrote: > Actually, after a few tries, I started getting compilation errors on all > lines containing logical operators. For example, > ``` > p