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
I currently need to build a legacy project that uses Ant/Ivy. I therefore installed your extension and tried it out. Unfortunately the Ant build (as run by the extension) crashes with this error:
failed to create task or type antlib:org.apache.ivy.ant:configure
Cause: the name is undefined
...
This appears to be an antlib declaration.
Action: Check that the implementing library exists in one of:
- /Users/me/.vscode/extensions/nickheap.vscode-ant-0.4.3/dist/apache-ant/lib
- /Users/me/.ant/lib
Can you suggest what might be causing this, or recommend anything to fix this?
Also (just in case this is relevant) the project uses ant-contrib, which I've tried installing:
with Homebrew (brew install ant-contrib) which places it in the brew cellar
by downloading ant-contrib from Sourceforge, and putting it in ~/.ant/lib/
The text was updated successfully, but these errors were encountered:
Hi,
I currently need to build a legacy project that uses Ant/Ivy. I therefore installed your extension and tried it out. Unfortunately the Ant build (as run by the extension) crashes with this error:
Can you suggest what might be causing this, or recommend anything to fix this?
Also (just in case this is relevant) the project uses ant-contrib, which I've tried installing:
brew install ant-contrib
) which places it in the brew cellar~/.ant/lib/
The text was updated successfully, but these errors were encountered: