RFR: 8350594: Misleading warning about install dir for DMG packaging
Alexey Semenyuk
asemenyuk at openjdk.org
Tue Feb 25 18:42:00 UTC 2025
On Tue, 25 Feb 2025 17:40:46 GMT, Michael Hall <mik3hall at gmail.com> wrote:
> Yes, actually I think they should always be warned the cli option is ignored or has no effect.
Even if the cli option has a value that is not ignored because it is equal to the default one? Why issue a warning if the value of the option is accepted?
> The dmg image should always have the Application directory
This is not the case for Java runtime packages, They are installed in `/Library/Java/JavaVirtualMachines` subtree by default, not in `/Applications`.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23752#issuecomment-2682954375
More information about the core-libs-dev
mailing list