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 go in the ant library directory?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’ll allow me to clarify, the
ivysettings.xmlis the configuration of your development environment as a whole. It is not related to the repository items themselves. Generally speaking,ivysettings.xmlshould sit alongside your mainbuild.xml, so that when you putin your
build.xml, it just finds it in the current directory.This file is completely distinct from the
ivy.xmlfiles that describe the various modules in your repository. These sit alongside the published artifacts in the repo.