The problem is that JAF is leaving JRE again for JEE (or whatever it's called now). According to Stackoverflow[1], it will be gone in Java 11. I'm not quite sure what solution is best.
Gintas [1] https://stackoverflow.com/questions/46493613/what-is-the-replacement-for-javax-activation-package-in-java-9 2018-01-20 18:01 GMT+01:00 Stefan Bodewig <bode...@apache.org>: > On 2018-01-19, Gintautas Grigelionis wrote: > > > (package javax.activation is declared in module java.activation, which > is > > not in the module graph) > > Is there an option to suppress the warning? > > Fixing that may force us to explicitly start using module paths inside > of the build file together with conditional builds for Java 9. I'd try > to avoid that. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org > For additional commands, e-mail: dev-h...@ant.apache.org > >