Re: Add information of which automatic module doesn't the

2021-03-25 Thread Alan Bateman
On 25/03/2021 14:11, Christian Stein wrote: On Wed, Mar 3, 2021 at 10:10 AM Alan Bateman > wrote: [...] Thanks, it should include the file path to the JAR file in the message to make it easy to find the JAR file that can't be used as an au

Re: Add information of which automatic module doesn't the

2021-03-25 Thread Thiago Henrique Hupner
I guess the issue was created: https://bugs.openjdk.java.net/browse/JDK-8262944 Em qui., 25 de mar. de 2021 às 11:11, Christian Stein escreveu: > > On Wed, Mar 3, 2021 at 10:10 AM Alan Bateman > wrote: > >> [...] >> Thanks, it should include the file path to the JAR file in the message >> to

Re: Add information of which automatic module doesn't the

2021-03-25 Thread Christian Stein
On Wed, Mar 3, 2021 at 10:10 AM Alan Bateman wrote: > [...] > Thanks, it should include the file path to the JAR file in the message > to make it easy to find the JAR file that can't be used as an automatic > module. I'll create an issue to track that. > Did you create an issue, Alan? If not, I'

Re: Add information of which automatic module doesn't the

2021-03-03 Thread Alan Bateman
On 03/03/2021 01:32, Thiago Henrique Hupner wrote: When running some old applications in the module path, sometimes a jar provides a service that doesn't exist in it. So, the module system correctly informs about it, however, it doesn't specify which module has this issue, so the way of debugging

Add information of which automatic module doesn't the

2021-03-02 Thread Thiago Henrique Hupner
When running some old applications in the module path, sometimes a jar provides a service that doesn't exist in it. So, the module system correctly informs about it, however, it doesn't specify which module has this issue, so the way of debugging is testing each jar individually with the --list-mod