RFR: JDK-8261518: jpackage looks for main module in current dir when there is no module-path [v5]
Alexander Zuev
kizune at openjdk.java.net
Thu Mar 4 19:33:52 UTC 2021
On Thu, 4 Mar 2021 14:18:59 GMT, Andy Herrick <herrick at openjdk.org> wrote:
>> when the app modules have already been jlinked with the runtime, and there is no need for module-path, jpackage was acting as if the module-path was "." and picking up jars in the current directory.
>
> Andy Herrick has updated the pull request incrementally with one additional commit since the last revision:
>
> JDK-8261518: jpackage looks for main module in current dir when there is no module-path
Looks good. Please don't forget to fix the trailing whitespaces problem in the test.
-------------
Marked as reviewed by kizune (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2781
More information about the core-libs-dev
mailing list