-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
quarkus main build fails on windows #45860
Comments
ok, I followed the guide over at [1] to enable symlinks in my windows, and to allow my git clone to use symlinks. [1] https://stackoverflow.com/questions/5917249/git-symbolic-links-in-windows/59761201#59761201 However, on mvnw -quickly I now get this one:
|
|
without gpedit and developer mode: does not build so in the end, the gpedit alone from https://stackoverflow.com/questions/32877260/privlege-error-trying-to-create-symlink-using-python-on-windows-10/65504258#65504258 solves this specific problem |
It uses symlinks and they are complex to allow on Windows. Let's not ask our users to go do crazy things to test this particular module. Fixes quarkusio#45860 Related to quarkusio#42756 (cherry picked from commit 1e826ea)
It uses symlinks and they are complex to allow on Windows. Let's not ask our users to go do crazy things to test this particular module. Fixes quarkusio#45860 Related to quarkusio#42756
Describe the bug
mvnw -Dquickly -e
Expected behavior
quarkus main should always at least compile.
Actual behavior
How to Reproduce?
No response
Output of
uname -a
orver
Microsoft Windows [Version 10.0.22621.4317]
Output of
java -version
openjdk 17.0.1 2021-10-19 OpenJDK Runtime Environment Temurin-17.0.1+12 (build 17.0.1+12) OpenJDK 64-Bit Server VM Temurin-17.0.1+12 (build 17.0.1+12, mixed mode, sharing)
Quarkus version or git rev
6aafee4
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: C:\Users\Martin.m2\wrapper\dists\apache-maven-3.9.9-bin\33b4b2b4\apache-maven-3.9.9
Java version: 17.0.1, vendor: Eclipse Adoptium, runtime: C:\tools\java\17-temurin
Default locale: de_DE, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
Additional information
No response
The text was updated successfully, but these errors were encountered: