RFR: JDK-8261518: jpackage looks for main module in current dir when there is no module-path [v2]

Andy Herrick herrick at openjdk.java.net
Wed Mar 3 14:50:08 UTC 2021


On Wed, 3 Mar 2021 00:32:24 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:

>> 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
>
> test/jdk/tools/jpackage/share/jdk/jpackage/tests/NoMPathRuntimeTest.java line 66:
> 
>> 64:         final Path tmpdir = TKit.createTempDirectory("tmpdir");
>> 65:         try {
>> 66:             Files.createFile(tmpdir.resolve("tmpfile"));
> 
> Is this leftover from something or on purpose?

yes - was leftover - removed

-------------

PR: https://git.openjdk.java.net/jdk/pull/2781


More information about the core-libs-dev mailing list