Re: module-info file location

2017-09-22 Thread Alan Bateman
On 22/09/2017 08:41, Karl Heinz Marbaise wrote: Hi, I have seen an example of a multi version jar file which contained the mudule-info.class at the following location: META-INF/versions/9/module-info.class based on the information I have I would have assumed that this is only allowed having

Re: module-info file location

2017-09-22 Thread Alex Buckley
See "Modular multi-release JAR files" in http://openjdk.java.net/jeps/238 - khmarba...@gmx.de wrote: > From: khmarba...@gmx.de > To: jigsaw-dev@openjdk.java.net > Sent: Friday, September 22, 2017 12:43:38 AM GMT -08:00 US/Canada Pacific > Subject: module-info file l

module-info file location

2017-09-22 Thread Karl Heinz Marbaise
Hi, I have seen an example of a multi version jar file which contained the mudule-info.class at the following location: META-INF/versions/9/module-info.class based on the information I have I would have assumed that this is only allowed having the module-info.class file at the root of the jar