NickHeap2 / vscode-ant

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

Only 1 project in workspace is available on Ant target runner #30

Open chaslain opened 3 years ago

chaslain commented 3 years ago

To reproduce, create a workspace with 2 folders (corresponding to two java projects) both with a build.xml file. You will see that only one is available in the target runner. I have worked around this by opening the folder in a new window and running it from there.

Thanks

scottbram commented 2 years ago

Also experiencing this issue. When entering 2 or more directories into "Build File Directories", only the first one's build.xml in the comma-separated list will be reflected in the Ant Target Runner Explorer pane. It will update to the build file for whichever directory is first as the list is modified.