Re: ModuleMainClass attribute via module-info.java

2020-05-31 Thread Remi Forax
- Mail original - > De: "Florian Weimer" > À: "jigsaw-dev" > Envoyé: Dimanche 31 Mai 2020 19:31:48 > Objet: ModuleMainClass attribute via module-info.java > Is it possible to instruct javac to generate a ModuleMainClass > attribute via a module declaration? I can't find the appropriate

ModuleMainClass attribute via module-info.java

2020-05-31 Thread Florian Weimer
Is it possible to instruct javac to generate a ModuleMainClass attribute via a module declaration? I can't find the appropriate syntax in the JLS. If there is no way to get javac to generate the attribute, what is the reason for that?

Re: jlink 14.0.1 with 100 modules fail

2020-05-31 Thread Christian Stein
On Sun, May 31, 2020 at 8:52 AM Alan Bateman wrote: > > > On 30/05/2020 17:40, Christian Stein wrote: > > Hi, > > > > the modular [bach-demo-99] I generated to check my build tool > > against, failed to create a custom runtime image using jlink > > via itsToolProvider-based service entry-point.

Re: jlink 14.0.1 with 100 modules fail

2020-05-31 Thread Alan Bateman
On 30/05/2020 17:40, Christian Stein wrote: Hi, the modular [bach-demo-99] I generated to check my build tool against, failed to create a custom runtime image using jlink via itsToolProvider-based service entry-point. The project consists of 100 module descriptors. No other Java source