Skip to content
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

Run Maven Command doesn't work correctly when the directory has space on Windows #1049

Open
SuparnaSuresh opened this issue Oct 21, 2024 · 1 comment
Labels
needs more info Further information is requested

Comments

@SuparnaSuresh
Copy link

Describe the bug
"Run Maven Command" giving error when one tries to perform the actions for a project opened from the directory, which includes space in the directory path [e.g: user/username/application support/mavenproject]. The terminal uses bash.

Image

Also facing below issue if configure WSL terminal.

Image
.
Steps to reproduce the behavior:

  • Open project from the folder --> should contain space in the directory [e.g: user/username/application support/mavenproject]

  • Right Click on Project name from Maven dashboard

  • Click on Run Maven Command select any action

  • Terminal is not responding for the command

Environments (please complete the following information as much as possible):

  • OS: Windows 11
  • VS Code version: Version: 1.94.1
  • Extension version : v0.44.0
@testforstephen
Copy link
Collaborator

The 'Run Maven Commands' feature simply generates the command line and executes it in your terminal. It should behave the same as you manually run it in the terminal. Can you try running the generated command manually in the terminal to see if it works?

@testforstephen testforstephen added the needs more info Further information is requested label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants