The new jpackage test case JPackageCreateAppImageModulePathTest includes a testcase with multiple path elements in the --module-path option.
Because these are delimited with ";" instead of File.pathSeparator, the test fails on linux and mac (where it passes on windows.
Because these are delimited with ";" instead of File.pathSeparator, the test fails on linux and mac (where it passes on windows.
- relates to
-
JDK-8222406 Multiple arguments for the same option - aggragation broken.
- Resolved