Re: --add-opens and --add-modules in MANIFEST.MF

2017-04-10 Thread Alan Bateman
On 10/04/2017 13:31, Alan Bateman wrote: One reason is that this option is intended to be used in conjunction with `--add-module`. A typo in my mail. I meant `--module-path` of course.

Re: --add-opens and --add-modules in MANIFEST.MF

2017-04-10 Thread Alan Bateman
On 10/04/2017 13:13, Reto Merz wrote: Hi, There is a proposal to support --add-exports in MANIFEST.MF [1]. Are there any plans to support --add-opens and --add-modules also? The current spec does not list such new attributes [2]. The builds have supported Add-Opens (in addition to Add-Exports)

--add-opens and --add-modules in MANIFEST.MF

2017-04-10 Thread Reto Merz
Hi, There is a proposal to support --add-exports in MANIFEST.MF [1]. Are there any plans to support --add-opens and --add-modules also? The current spec does not list such new attributes [2]. I have seen that webstart uses --add-modules ALL-SYSTEM [3]. Wouldn't it make sense to change the defaul