Hi, we use the configurations defined in the Ivy file to resolve the dependencies to separate sub dirs of the library dir , see the ivy-resolve target here
http://codegeo.org/repos/codegeo/build/trunk/build-base.xml And a bit more about the ivy.xml file and using a build-base file here http://codegeo.org/confluence/display/codegeo/Common+Build+Environment If you're just setting out on the ivy path then the Simple Build Tool could be worth a peak, I saw a talk at OSCON and it looked like ivy on rails... Caveat - I haven't used it, it is designed for Scala but could probably be used to resolve for Java. Cheers, Geoff On Wed, Aug 4, 2010 at 10:11 AM, Luke Painter <[email protected]> wrote: > I want to output my ivy downloaded dependencies to different locations > (build, main and test) so that I can manage them more easily. I've found > the ivy.lib.dir property and I'm setting that in my ant file but when I use > antcontrib to reset the property to something else it doesn't pick it up. > I > guess ivy isn't paying any attention to the newly set value as it's > properties are already set. How can I change this property value once set? > > Luke >
