RFR: JDK-8230522: rename "--linux-bundle-name", and "--temp-root" options.

Andy Herrick andy.herrick at oracle.com
Mon Sep 9 19:15:18 UTC 2019


Please review the jpackage fix for bug [1] at [2].

This is a fix for the JDK-8200758-branch branch of the open sandbox 
repository (jpackage).

This fix:

modifies the name of options:

--temp-root, --linux-bundle-name , --mac-bundle-name, 
--mac-bundle-identifier, and --mac-bundle-signing-prefix.

new names:

--temp, --linux-package-name , --mac-package-name, 
--mac-package-identifier, and --mac-package-signing-prefix.

This change also also removes the period at the end of all error messages.

[1] https://bugs.openjdk.java.net/browse/JDK-8230522
[2] http://cr.openjdk.java.net/~herrick/8230522

Thanks

Andy,



More information about the core-libs-dev mailing list