You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The zip does not unpack correctly on Windows, instead of src/main/java/org/example/ClassFile.java you get src/main/java//org/example//ClassFile.java
${path} is not replaced with an actual value, so the generated application does not work
Expected behavior
The zip should unpack without any problem and generated application should work
Describe the bug
Initially found by @stuartwdouglas quarkusio/code.quarkus.io#66
With a zip created using
CreateProject
: https://github.com/fabric8-launcher/launcher-quarkus/blob/master/src/main/kotlin/io/launcher/quarkus/LauncherQuarkus.kt#L45The zip does not unpack correctly on Windows, instead of src/main/java/org/example/ClassFile.java you get src/main/java//org/example//ClassFile.java
${path} is not replaced with an actual value, so the generated application does not work
Expected behavior
The zip should unpack without any problem and generated application should work
@stuartwdouglas could you give more info on this?
The text was updated successfully, but these errors were encountered: