Have a look at <ivy:cachepath> [1]. I think this could be a starting point. With this Ant task you could - define your dependency - it resolves it - downloads the artifacts into the cache (filesystem in ~/.ivy2/cache) and - an Ant path with the given name So controlling that task from Clojure could help ... maybe
Jan [1] http://svn.apache.org/repos/asf/ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyCachePath.java > -----Ursprüngliche Nachricht----- > Von: Ramakrishnan Muthukrishnan [mailto:vu3...@gmail.com] > Gesendet: Samstag, 31. Juli 2010 06:23 > An: dev@ant.apache.org > Betreff: using Ivy without the xml files > > Hi, > > I am trying to use Ivy from Clojure. I would like to bypass the Ivy > xml parsing and directly inject the information into the relavant > objects and call the ant tasks like resolve to download the > dependencies. is this possible? Which files should I look into? (I am > very new to Ivy. I hope this is the right mailing list to talk to.) > > thanks > -- > Ramakrishnan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org > For additional commands, e-mail: dev-h...@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org