NickHeap2 / vscode-ant

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

Support parsing imported build files. #1

Closed motobud31 closed 4 years ago

motobud31 commented 6 years ago

I have a "build.xml" in my root directory that contains the line: <import file="common.xml"/> but in the "Ant Target Runner" window, only the targets in the "build.xml" file are shown and not targets in the "common.xml" file.

NickHeap2 commented 6 years ago

First thing to change is to allow different build file names then that’s actually on my list of things to do to change the way the targets are parsed. Will update you when I get it done. Cheers

st-schneider commented 5 years ago

Having the same issue with even a fileset of imports

foobarlab commented 5 years ago

Would be great to have this feature! In my case I have imports at more than one level, so there is even an import on an imported file.

NickHeap2 commented 5 years ago

Big work project just ending so hoping to get back on this!

NickHeap2 commented 5 years ago

I have the parsing, displaying and running working for this now. I just need to work on how to highlight imports in the ui and get reveal definition working correctly.

TonyGravagno commented 4 years ago

Looking forward to this feature. Thanks.

NickHeap2 commented 4 years ago

As usual paid work has got in the way but this is WIP atm on the multi-level branch.

NickHeap2 commented 4 years ago

Super late but this is now released.

st-schneider commented 4 years ago

Better late than never.

NickHeap2 commented 4 years ago

Closing now that this is complete.