Re: Building modularised contrib with ant+ivy

2009-04-14 Thread Meikel Brandmeyer
Dear Clojurians, here an update of my Ivy experiments. For publishing in a shared repository it uses svnant[1] to automatically extract the current revision as new version number. Sincerely Meikel [1]: http://subclipse.tigris.org/svnant.html contrib-ivy2.diff Description: Binary data

Building modularised contrib with ant+ivy

2009-04-08 Thread Meikel Brandmeyer
Dear Clojurians, the recent discussions about dependency handling and a personal need led me to look at Ivy. I'm a bit annoyed to have to include a 2.5MB contrib.jar when I just want to use defvar. So I started playing with Ivy. I modified the build system of contrib to create one jar per

Re: Building modularised contrib with ant+ivy

2009-04-08 Thread Meikel Brandmeyer
Hi again, Am 08.04.2009 um 23:43 schrieb Meikel Brandmeyer: So I started playing with Ivy. I modified the build system of contrib to create one jar per module. The modules are organised as configurations. And by the way: you can depend on the source configuration to get the clojure source