Re: How does jpackage search for modules?

2019-02-25 Thread Tobias Oelgarte
Thank you Andy, for clarifying. I thought i was missing some detail. Guess, I will have to be a bit more patient. ;-) /Tobias Oelgarte On 25.02.19 22:20, Andy Herrick wrote: Tobias: After the latest fix (JDK-8217798: modular jar linking in jpackage) the following now works: jpackage

Re: How does jpackage search for modules?

2019-02-25 Thread Andy Herrick
Tobias: After the latest fix (JDK-8217798: modular jar linking in jpackage) the following now works: jpackage create-image --module de.asysgmbh.app.test/de.asysgmbh.app.test.Main --module-path /data/projects/javam/de.asysgmbh.app.test/target/modules ... will work fine, but jpackage

How does jpackage search for modules?

2019-02-25 Thread Tobias Oelgarte
I'm wondering how jpackage searches for modules. I tried to build a very simple example (using Build 17 of jpackage), but jpackage always claims that the module can't be found. ~$ ./jpackage create-image \     --output /data/projects/javam/de.asysgmbh.app.test/target/image \     --name test \