-
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
CLI example from guide do not work on PowerShell on Windows #28465
Labels
area/cli
Related to quarkus cli (not maven/gradle/etc.)
env/windows
Impacts Windows machines
kind/bug
Something isn't working
Milestone
Comments
quarkus-bot
bot
added
area/cli
Related to quarkus cli (not maven/gradle/etc.)
env/windows
Impacts Windows machines
labels
Oct 10, 2022
/cc @ebullient, @maxandersen |
Fix on its way here: #28478. Thanks for reporting the issue. |
gsmet
added a commit
to gsmet/quarkus
that referenced
this issue
Oct 11, 2022
Fixe quarkusio#28465 (cherry picked from commit e5c6af2)
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 16, 2022
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 16, 2022
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 16, 2022
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 17, 2022
tmihalac
pushed a commit
to tmihalac/quarkus
that referenced
this issue
Oct 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/cli
Related to quarkus cli (not maven/gradle/etc.)
env/windows
Impacts Windows machines
kind/bug
Something isn't working
Describe the bug
On the guide for the scheduler, the command to create the example project is :
Expected behavior
The example scheduler-quickstart project should be created.
Actual behavior
However on PowerShell, it returns :
Adding quotes avoids this error :
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: