-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: infrastructure
-
b113
Some build tools are using the old -XaddExports syntax. As specified in JEP 261, the syntax for -XaddExports is:
-XaddExports:<source-module>/<package>=<target-module>(,<target-module>)*
where <source-module> and <target-module> are module names and <package> is the name of a package.
The -XaddExports option can be used more than once, but at most once for any particular combination of source module and package name.
-XaddExports:<source-module>/<package>=<target-module>(,<target-module>)*
where <source-module> and <target-module> are module names and <package> is the name of a package.
The -XaddExports option can be used more than once, but at most once for any particular combination of source module and package name.