RFR: 8253149: Building an installer from invalid app image fails on Window… [v3]

Alexander Matveev almatvee at openjdk.java.net
Tue Sep 22 22:38:54 UTC 2020


On Tue, 22 Sep 2020 11:53:14 GMT, Andy Herrick <herrick at openjdk.org> wrote:

>> 8253149: Building an installer from invalid app image fails on Windows and Linux
>> When jpackage builds a package from an app-image that was not generated by jpackage, the tool should give user a
>> warning message, and then complete the package anyway.
>
> Andy Herrick has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8253149: Building an installer from invalid app image fails (revision 2)

test/jdk/tools/jpackage/share/AppImagePackageTest.java line 87:

> 85:
> 86:             // on mac, with --app-image and without --mac-package-identifier,
> 87:             // we will try to infer it from the image, so forign image needs it.

forign -> foreign. Same at line 92.

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

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


More information about the core-libs-dev mailing list