Re: GWT 2.8.0 RC1 - InternalCompilerException: Error constructing Java AST

2016-08-02 Thread Uwe Maurer
, Thomas Broyer wrote: > > > > On Tuesday, August 2, 2016 at 5:50:22 PM UTC+2, Uwe Maurer wrote: >> >> Thanks for the hint. Yes, the problem was that GWT SDK duplicates these >> JDT classes instead of depending on the corresponding library. >> > > JDT is the onl

Re: GWT 2.8.0 RC1 - InternalCompilerException: Error constructing Java AST

2016-08-02 Thread Uwe Maurer
Thanks for the hint. Yes, the problem was that GWT SDK duplicates these JDT classes instead of depending on the corresponding library. Then gradle could not resolve this version conflict and kept the old JDT. Forcing a higher version fixed it. On Tuesday, August 2, 2016 at 4:35:37 PM UTC+2, Jens

GWT 2.8.0 RC1 - InternalCompilerException: Error constructing Java AST

2016-08-02 Thread Uwe Maurer
Hi, I tried GWT 2.8.0 RC1 and get this error. Any ideas? Compiling... [ERROR] An internal compiler exception occurred com.google.gwt.dev.jjs.InternalCompilerException: Error constructing Java AST at com.google.gwt.dev.jjs.impl.GwtAstBuilder.translateException(GwtAstBuilder.java:3886) at com