RFR: JDK-8222733: Modify jpackage option --add-launcher syntax

Kevin Rushforth kevin.rushforth at oracle.com
Thu Apr 18 21:33:06 UTC 2019



On 4/18/2019 2:23 PM, Andy Herrick wrote:
>
> On 4/18/2019 5:21 PM, Phil Race wrote:
>>  173 \          This Option can be used Multiple times.\n\
>>
>> Why the capitalisation ?
> no reason - will revise

One other issue with the help message:

+ERR_NoAddLauncherName=Error: --add-launcher option require a name and a 
file path (--add-launcher <name>=<file path>).
+ERR_NoUniqueName=Error: --add-launcher <name>=<file path> require a 
unique name.


That should be "requires".


The code changes look good. I tested it, and see no issues.

-- Kevin



More information about the core-libs-dev mailing list