On 11/18/2019 11:10 AM, Alan Bateman wrote:
We could potentially say something about tools that are incubator
modules here. The launcher for the tool, "jpackage" in the case of JEP
343, will use the name of the incubator module as the root module to
resolve.
I updated JEP 11 to allude to incubator modules containing tools, hence
no exported API but rather a service provider.
During the JDK build, incubator modules must be packaged ...
There's a typo in this paragraph in that the jmod (and jar) tools use
"--warn-if-resolved=incubating" rather than
"--warn-if-resolved=incubator" to package an incubator module.
JEP corrected to say `incubating`.
Alex