jpackage man page has the following errors:
1. "--resource-dir" parameter is placed in "Options for creating the application package" however this parameter is used for application image building as well. Move it to "Generic Options" section.
2. "Platform dependent option for creating the application launcher" should be changed to "Platform dependent options for creating the application launcher" (option -> options).
3. "--add-launcher" lists options supported in additional launcher property file as: "module", "main-jar", "main-class", "description", "arguments", "java-options", "app-version", "icon", "launcher-as-service", "win-console", "win-shortcut", "win-menu", "linux-app-category", and "linux-shortcut"
However, jpackage doesn't support individual versions in additional launchers. All launchers have the same version.
"linux-app-category" is per-rpm/deb package and not per-file in the package property.
"app-version" and "linux-app-category" properties must be deleted from the above list.
1. "--resource-dir" parameter is placed in "Options for creating the application package" however this parameter is used for application image building as well. Move it to "Generic Options" section.
2. "Platform dependent option for creating the application launcher" should be changed to "Platform dependent options for creating the application launcher" (option -> options).
3. "--add-launcher" lists options supported in additional launcher property file as: "module", "main-jar", "main-class", "description", "arguments", "java-options", "app-version", "icon", "launcher-as-service", "win-console", "win-shortcut", "win-menu", "linux-app-category", and "linux-shortcut"
However, jpackage doesn't support individual versions in additional launchers. All launchers have the same version.
"linux-app-category" is per-rpm/deb package and not per-file in the package property.
"app-version" and "linux-app-category" properties must be deleted from the above list.
- links to
-
Commit(master) openjdk/jdk/3c4d15bd
-
Review(master) openjdk/jdk/20969