I have the following command:
java -jar ...\ivy-2.2.0-rc1.jar -ivy ...\ivy.xml
Which I am expecting to resolve the dependencies and copy them to the lib folder of my project.
Ivy seems to resolve the dependencies but does not do the copy. If I run the ant task the copy happens correctly.
Does anyone know why the copy to lib does not happen with my command line call?