RFR: 8356128: Correct documentation for --linux-package-deps [v3]

Alexander Matveev almatvee at openjdk.org
Wed May 21 19:41:57 UTC 2025


On Wed, 21 May 2025 12:03:16 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:

>> As in, this worked in my testing: `--linux-package-deps "foo, bar"`, see https://github.com/JetBrains/compose-multiplatform/pull/5227#issuecomment-2659470908
>
>> 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.

I think we should document that jpackage will pass value as-is similar to `--mac-app-image-sign-identity`.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/23638#discussion_r2101032436


More information about the core-libs-dev mailing list