I am building a project using Ant and Ivy. The build.xml
file depends on ant-contrib, bean scripting framework, beanshell, and commons-logging.
Ant searches for libraries in several places, including ${user.home}/.ant/lib
.
Is there any way in the build.xml
file to have these libraries automatically download and install in the ${user.home}/.ant/lib
directory if they are not already present, perhaps using Ivy itself?
Thanks, Ralph