I\'m trying to learn how to use ivy and would like to setup a local repository of the .jar files I\'ve downloaded.
Where do you put the ivysettings.xml file? Does it
If you'll allow me to clarify, the ivysettings.xml is the configuration of your development environment as a whole. It is not related to the repository items themselves. Generally speaking, ivysettings.xml should sit alongside your main build.xml, so that when you put
in your build.xml, it just finds it in the current directory.
This file is completely distinct from the ivy.xml files that describe the various modules in your repository. These sit alongside the published artifacts in the repo.