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

Ant: Build File Directories setting does support comma #17

Open
pattenyl opened this issue Sep 29, 2020 · 7 comments
Open

Ant: Build File Directories setting does support comma #17

pattenyl opened this issue Sep 29, 2020 · 7 comments

Comments

@pattenyl
Copy link

Ant: Build File Directories

I created a comma list setting, but only the first build.xml file is loaded, all after first comma is ignores.

@NickHeap2
Copy link
Owner

Hi, sorry for the late reply but currently only the first file it finds is supported.
I'll hopefully get time to support multiple files being loaded at some point.

@sflynn850
Copy link

sflynn850 commented Oct 21, 2020

Hi there! This improvement would be a huge help to me - I'd love to contribute if I could. Can you give me a couple bullet points of what might need to be done to support multiple files, and I can try to give it a shot?

@NickHeap2
Copy link
Owner

@sflynn850 I had done some of the work done under the workspace-support branch but that's now out of sync with the master branch. It needs re-architecting so that each loaded build file has it's own runner and the treedata provider. I have some free time coming up so I'll try and get the branch updated and have a bash at some basic support even if it isn't fully featured.

@NickHeap2
Copy link
Owner

@sflynn850 I've done most of the work under the multi-file-support branch and the main functions are working now. Still have some things to tidy up like making sure change detection works and hooking in the auto builds but it's getting close.
image

@aviadisr
Copy link

Great Plugin!, waiting for the multi-file support as well.

@leolozes
Copy link

leolozes commented Oct 8, 2021

Any chance that the plug-in would parse all the subdirectories of a given directory? We currently have more than 10 java projects with 4-5 ant files for each project, and having to configure every project is quite painful right now :)

Great plug-in BTW, thanks for working on it!

@sanjograina
Copy link

Hello @NickHeap2 ,
This extension is really helpful. Did you manage to add support for 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

6 participants