-
Notifications
You must be signed in to change notification settings - Fork 408
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
mvnw can't run on Windows #789
Comments
I found a similar report in http://mail-archives.apache.org/mod_mbox/calcite-dev/201808.mbox/%3CCAKQOUBjuayYX83q9fDTiSEf2tydRpSprMm1UnFjoF+gHzffgcA@mail.gmail.com%3E Try replacing https://github.com/eclipse/eclipse.jdt.ls/blob/5f2f5521f7eb707d9019fdc39279c930dbc7a8df/mvnw.cmd#L135 with
If that works for you, I suggest you open a PR to fix https://github.com/takari/maven-wrapper/blob/master/mvnw.cmd#L135 upstream |
@snjeza have you experienced that issue on windows? The wrapper jar needs to be missing |
I have faced the following:
A workaround:
#789 (comment) doesn't help. @lugreen Can you try to use the Git Bash cmd line. |
@snjeza I have tried ,but i encountered other problems :
|
Try to add the following:
See https://wiki.eclipse.org/Tycho/FAQ#How_do_I_disable_P2_mirrors.3F |
Any update on this? I followed the fix by fbricon (adding TLS12) and that seems to work |
Related issue: redhat-developer/vscode-xml#86 (comment) |
I updated the wrapper scripts from the unreleased https://github.com/takari/maven-wrapper |
Commit fixing this issue: |
Hi, i'm still getting this error on windows 10. everything is updated. |
|
If you are using a VSCode, and you see this err in your consol you can try to set your terminal default to cmd |
I am having the very same problem in 2021, VSC 1.56.2 on Windows 10. Could this have to do something with being behind a proxy?
|
Hi,when i build the project using mvnw ,get the error following:
The text was updated successfully, but these errors were encountered: