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

Alexander Matveev almatvee at openjdk.java.net
Tue Sep 22 22:32:41 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)

src/jdk.incubator.jpackage/linux/classes/jdk/incubator/jpackage/internal/resources/LinuxResources.properties line 64:

> 62: message.rpm-ldd-not-available.advice=Install "glibc-common" RPM package to get ldd.
> 63:
> 64: warning.foerign-app-image=Warning: app-image dir not generated by jpackage.

I think it is misspelled again.

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

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


More information about the core-libs-dev mailing list