RFR: 8288838: jpackage: file association additional arguments
Alexey Semenyuk
asemenyuk at openjdk.org
Wed Jun 29 20:10:54 UTC 2022
On Wed, 29 Jun 2022 12:30:05 GMT, Alex Kasko <akasko at openjdk.org> wrote:
> For runtime installers it would be great to have a custom verb label, to be able to use something like: "Open with VendorName OpenJDK". I intend to prototype this and file in a separate PR
Sounds good.
> %* contains all the arguments beginning from %2
Oh, interesting. I didn't know that! Thank you for providing a detailed explanation.
> I would appreciate the guidance on the test changes
I put proposed changes to test classes in https://github.com/openjdk/jdk/pull/9331 PR. I hope the approach gives enough flexibility to configure testing of fa. We can configure all possible test configurations in `FileAssociationTest` test and have basic testing of fa in tests where it is not primary focus. Code in https://github.com/openjdk/jdk/pull/9331 is a sketch, it compiles, but I didn't run it.
-------------
PR: https://git.openjdk.org/jdk/pull/9224
More information about the core-libs-dev
mailing list