Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with project generation on Windows #3339

Closed
ia3andy opened this issue Jul 26, 2019 · 1 comment
Closed

Issues with project generation on Windows #3339

ia3andy opened this issue Jul 26, 2019 · 1 comment
Labels
kind/bug Something isn't working
Milestone

Comments

@ia3andy
Copy link
Contributor

ia3andy commented Jul 26, 2019

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#L45

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

@stuartwdouglas could you give more info on this?

@ia3andy ia3andy added the kind/bug Something isn't working label Jul 26, 2019
@ia3andy ia3andy changed the title Issues with code generation on Windows Issues with project generation on Windows Jul 26, 2019
@ia3andy
Copy link
Contributor Author

ia3andy commented Aug 8, 2019

This has been fixed by #3397

@ia3andy ia3andy closed this as completed Aug 8, 2019
@gsmet gsmet added this to the 0.21.0 milestone Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants