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

Scan Workspace and present all Build files #5

Open
pyramid-johng opened this issue Jul 30, 2019 · 5 comments
Open

Scan Workspace and present all Build files #5

pyramid-johng opened this issue Jul 30, 2019 · 5 comments

Comments

@pyramid-johng
Copy link

pyramid-johng commented Jul 30, 2019

When opened in a workspace, the extension should scan all folders for Ant Build files, and present them in the View. Each discovered Build file should appear as another "node" in the Tree view at the root level. If the file has no name attribute, display the folder it was discovered from.

Each individual folder's build.auto must apply as expected.

@dswitzer
Copy link

This is the only thing holding me back from using this extension. We have a very large code base we have various modules that have their own build scripts in their own folders.

@pyramid-johng
Copy link
Author

i have found you can mitigate by using a vscode-workspace and putting your "active" build.xml folder as the first entry. other than that, i have been considering implementing workspace awareness, or switching projects over to MVN which works ootb.

@TonyGravagno
Copy link

i have found you can mitigate by using a vscode-workspace and putting your "active" build.xml folder as the first entry.

I came to this repo just for to see if anything had brought up this topic. And yes, @pyramid-johng thanks for that tip. Drag a project up to the top position in the workspace and the build.xml being used for Ant changes immediately.

Workspace awareness would be helpful. Thanks.

@NickHeap2
Copy link
Owner

Now I've released the import support this is next on the list of things to support. I didn't internally have need for this before but it's just become relevant.

@NickHeap2
Copy link
Owner

I've finally released v0.3.0 which will scan workspace folders in turn until it hits one with a build file.
Hopefully this will work for people until I get time to do the changes to support multiple folders with multiple build files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants