Ant target failing: Antlib or Ivy issue? [duplicate]

十年热恋 提交于 2019-12-02 22:05:09
Shwetanka

I think you might be missing Apache IVY library. Download it from here - apache ivy Copy the jar in your ant lib directory.

For example (change version numbers as appropriate):

  1. Download and install Ant (e.g., C:\Apps\Tools\apache-ant-1.9.7).
  2. Download and extract Ivy (e.g., C:\Users\UserName\Downloads\apache-ivy-2.4.0)
  3. Copy C:\Users\UserName\Downloads\apache-ivy-2.4.0\ivy-2.4.0.jar into C:\Apps\Tools\apache-ant-1.9.7\lib.

Ant is configured to use Ivy.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!