Parent issue: #828
Description
On Windows, cobj.exe generates malformed jar output paths when -java-package is used together with -jar, -single-jar, or -o.
Affected test
Environment
Expected behavior
The generated jar paths should be valid Windows paths, same as on Linux.
説明
Windows 上で cobj.exe の -java-package を -jar / -single-jar / -o と組み合わせて使うと、不正な jar 出力パスが生成されます。
対象テスト
環境
期待される動作
Linux と同様に、生成される jar パスが Windows で有効なパスとなること。
Parent issue: #828
Description
On Windows,
cobj.exegenerates malformed jar output paths when-java-packageis used together with-jar,-single-jar, or-o.Affected test
tests/command-line-options.src/jar.at— test cases-jar,-single-jar and -oAT_SKIP_IF(introduced in ci: run autotest-based tests on Windows using Git Bash #823).Environment
Expected behavior
The generated jar paths should be valid Windows paths, same as on Linux.
説明
Windows 上で
cobj.exeの-java-packageを-jar/-single-jar/-oと組み合わせて使うと、不正な jar 出力パスが生成されます。対象テスト
tests/command-line-options.src/jar.at— テストケース-jar,-single-jar and -oAT_SKIP_IFでスキップ中。環境
期待される動作
Linux と同様に、生成される jar パスが Windows で有効なパスとなること。