RFR: 8233215: jpackage doesn't allow enough flexibility for file type binding
alexander.matveev at oracle.com
alexander.matveev at oracle.com
Tue Jun 9 22:12:07 UTC 2020
Hi Andy,
http://cr.openjdk.java.net/~almatvee/8233215/webrev.02/
Moved new mac specific parameters to MacAppImageBuilder.
Thanks,
Alexander
On 6/9/20 4:41 AM, Andy Herrick wrote:
> I would think the new mac specific BundlerParamInfo would be defined
> in MacAppImageBuilder instead of StandardBundlerParam*.
> *
>
> Am I missing something ?
>
> /Andy
> **
>
> *
> *
>
> On 6/9/2020 1:12 AM, alexander.matveev at oracle.com wrote:
>> Please review the jpackage fix for bug [1] at [2].
>>
>> Added support for additional (macOS specific) file association
>> properties. These additional properties should be set via same
>> property file which used for file association. Names and values for
>> properties should match name and values as documented by Apple in
>> https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundledocumenttypes.
>> jpackage will simple propagate these values to Info.plist as is.
>>
>> [1] https://bugs.openjdk.java.net/browse/JDK-8233215
>> [2] http://cr.openjdk.java.net/~almatvee/8233215/webrev.00/
>>
>> Thanks,
>> Alexander
More information about the core-libs-dev
mailing list