>  Likewise, has someone had the chance to look at Java 9+ support for our 
> ant build?
>
 
I tried building GWT a few days ago with Java 11. Seems like we first have 
to apply the patch of Andrei 
(https://gwt-review.googlesource.com/c/gwt/+/20000) and then make javadoc 
API available 
to https://github.com/gwtproject/gwt/tree/master/build_tools/doctool as the 
build of that project does not find JavaDoc classes (Taglet and such). 
Finally one has to disable errorprone compiler by making sure that the ant 
variable "isJava8" is actually only true when using Java8 (currently it is 
true for anything Java 8+, see 
https://github.com/gwtproject/gwt/blob/master/common.ant.xml#L32). Maybe it 
would be better to add a variable "isJvmErrorproneCompatible" and use that 
in the ant script.

-- J.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/338d1bb4-dca4-461e-8170-2f017fac5a2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to