sbt / sbt-native-packager

sbt Native Packager
https://sbt-native-packager.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
1.59k stars 437 forks source link

Jlink archetype does not work on windows, caused by path separator #1521

Closed GithubUser8080 closed 1 year ago

GithubUser8080 commented 1 year ago

Expected behaviour

When running packageBin on windows, jlink should be called successfully

Actual behaviour

Jlink throws an error

Illegal char <:> at index .. This is caused by the paths being joined by ":" instead of ";" , when provided to --module-path, as far as i understand

Information

sbt-native-packager version: latest sbt version: 1.6 system: Windows

Rojods commented 1 year ago

I was just about to put up this issue :). Luckily I also submitted a patch to fix this problem with #1522 .