The following will take the last in the list of extensions and use that:
+ entryName = ext.toUpperCase() + "File";
Also, did you mean to upper-case the extension? I note that "File" isn't
upper-case, nor is the prefix when there isn't an extension.
-- Kevin
On 8/19/2019 12:33 PM, Andy Herrick wrote:
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).
[1] https://bugs.openjdk.java.net/browse/JDK-8229795
[2] http://cr.openjdk.java.net/~herrick/8229795/
/Andy