-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error parsing build.xml if import use a property !? #22
Comments
Currently this isn't supported but I am going to look into using the ant libraries to do the parsing when I get a chance. |
That would be awesome! Any updates on this? ant is currently the only reason I still have to use eclipse instead of vscode. |
@joellutz I finally got time to look into this and have the parsing of the ant -p output sorted on a branch just need a little more time to finish it off. |
@joellutz If you can test this pre-release I'd be grateful. |
@NickHeap2 Thank you for looking into this! With your pre-release version, I don't get any My setup:
subfolder/anotherFile.xml:
I can run the |
@joellutz great thanks for your setup I'll give that a try |
@joellutz second test for you. |
@NickHeap2 Nice work, now also the imported targets are shown: |
I will take a look--thanks! |
Ooooh! Looking very good so far! I will have to play with this some! Many thanks. |
Looking good too ! Thanks. Just one remark: We have a lot of internal targets, starting with "-". Thanks again for your work. |
@JHag6694 I think private targets are those without a description if I remember correctly. I can certainly add in the option to hide targets without descriptions if that works for you? |
Hi @NickHeap2 |
is it possible to have a more detailed info when the extension returns |
@aulMasa Upcoming release will have this included. |
When trying this extension, we face a problem with an already existing project.
In our build file, there is an import task in which the file path is set with a property.
It seems that it triggers an error when parsing the XML
See below a Minal non-Working Example
My conf : Windows 10, VS Code 1.54.1, Ant Target Runner 0.3.0
The text was updated successfully, but these errors were encountered: