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?
|
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? |
|||
|
|
|
If you'll allow me to clarify, the
in your This file is completely distinct from the |
|||
|
|
You can place your
If you are developing several projects, you will notice that you typically use the same What I do is define one |
||||
|
|
I have had the same fun with this toady, and have found you can put the ivysettings.xml file anywhere you like, but you simply reference this location on the commandline when you come to use it. e.g. You can call Ivy from NAnt something like this:
(where ... means something uninteresting has been removed to save space) Reference: |
||||
|
|