You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
I have multiple projects, that rely on a main project for some targets, but the target runner does not find the project, although it is in the same VS workspace and in the same directory. If this could be fixed or implemented to also find other projects in the workspace, that would be awesome.
BUILD FAILED
.../nglibs/buildscripts/angular.xml:41: Extension angularbase is required as project for angular builds but it was not found.
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
The text was updated successfully, but these errors were encountered: