NickHeap2 / vscode-ant

Visual Studio Code Ant Task Runner Extension published on the marketplace
MIT License
6 stars 4 forks source link

'Run selected target' double quoting target with space #32

Closed stefandrissen closed 2 years ago

stefandrissen commented 2 years ago

When I use the 'Run selected target' icon and my target contains a space:

ant ""all b-dos""

BUILD FAILED
Target "all" does not exist in the project

If I use the 'Run Ant Target' context menu on the target, it is executed correctly:

ant "all b-dos"

Work-around: remove spaces from Ant build targets.

Environment:

NickHeap2 commented 2 years ago

Replicated image

stefandrissen commented 2 years ago

No longer an issue.