On Wed, 29 Jun 2022 12:30:05 GMT, Alex Kasko <aka...@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