-
Notifications
You must be signed in to change notification settings - Fork 24
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
#764: Fix IDEasy for CMD by adding Git related entries into PATH #886
Conversation
Pull Request Test Coverage Report for Build 12411555241Details
💛 - Coveralls |
IDEasy/cli/src/main/package/bin/ide.bat Lines 27 to 29 in d36317e
Is the condition right here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alfeilex thanks for your PR and fixing this bug. 👍
As a quickfix your changes should already work, but we need some more robustness for it.
Please have a look at my comment.
Very good point. We actually want the exit code of
So it seems this condition is never met and the message is never printed out at all. UPDATE: I created bug #894 for this problem since it is unrelated to the GIT PATH issue. |
Co-authored-by: Jörg Hohwiller <[email protected]>
Co-authored-by: Jörg Hohwiller <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ready for merge 👍
Fixes: #764
Tested using:
ide create <project>
,ide -f intellij
,ide intellij