-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Doesn't install on Windows 10 #2582
Comments
Please, can you give us logs with Maven |
Sure, here you go: [INFO] quickstart-projects ................................ FAILURE [ 2.101 s]
-DprojectArtifactId=getting-started : The term '-DprojectArtifactId=getting-started' is not recognized as the name of
-DclassName=org.acme.quickstart.GreetingResource : The term '-DclassName=org.acme.quickstart.GreetingResource' is not
-Dpath=/hello : The term '-Dpath=/hello' is not recognized as the name of a cmdlet, function, script file, or operable
|
I will take a look at it |
Ok, understand, it's because command dos don't take account \ to say. According to SOF it's ^ but you are true the error message is not clear. So i do a PR to be more clear and avoid NPE |
I have installed successfully on my macs, but on a Windows Surface Laptop I get when running the first command:
mvn io.quarkus:quarkus-maven-plugin:0.15.0:create \
….
[INFO] using-keycloak ..................................... SKIPPED
[INFO] quickstart-projects ................................ FAILURE [ 11.386 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.364 s
[INFO] Finished at: 2019-05-24T10:05:09+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:0.15.0:create (default-cli) on project quickstart-projects: Execution default-cli of goal io.quarkus:quarkus-maven-plugin:0.15.0:create failed.: NullPointerException -> [Help 1]
(Describe the problem clearly and concisely.)
Expected behavior
(Describe the expected behavior clearly and concisely.)
Configuration
Windows 10 Surface Laptop (gen 1) 16GB RAM
Windows 10 Pro v1803
java version "1.8.0_211"
Java(TM) SE Runtime Environment (build 1.8.0_211-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.211-b12, mixed mode)
Latest Quarkus
(also tried with Java 1.12 same issue)
The text was updated successfully, but these errors were encountered: