RFR: 8356128: Correct documentation for --linux-package-deps [v2]
Alexey Semenyuk
asemenyuk at openjdk.org
Wed May 21 12:05:59 UTC 2025
On Wed, 21 May 2025 10:00:03 GMT, Stefan Lobbenmeier <duke at openjdk.org> wrote:
> As in, this worked in my testing: --linux-package-deps "foo, bar"
Of course. You can put any string for `--linux-package-deps` option, jpackage will pass it as-is to the underlying tool. Unlike, e.g. `--arguments`, for which jpackage will tokenize the value into a string array.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23638#discussion_r2100114692
More information about the core-libs-dev
mailing list