Re: [ANN] Clojars - a Clojure community jar repository

2009-11-20 Thread Phil Hagelberg
Alex Osborne writes: > I looks like Maven does this, it puts two files in the jar: > > META-INF/maven/$groupId/$artifactId/pom.xml > META-INF/maven/$groupId/$artifactId/pom.properties > > So it looks like you can use that to figure out what version a library > is just using the java properties s

Re: [ANN] Clojars - a Clojure community jar repository

2009-11-20 Thread Laurent PETIT
FYI: http://www.infoq.com/news/2009/11/clojars-leiningen-clojure 2009/11/19 Alex Osborne : > Laurent PETIT wrote: >> Hello, >> >> Just an idea out of my head : could it be possible for the pom.xml to be >> included in the jar, in the META-INF/ directory ? >> >> This would even further simplify the

Re: [ANN] Clojars - a Clojure community jar repository

2009-11-19 Thread Alex Osborne
Laurent PETIT wrote: > Hello, > > Just an idea out of my head : could it be possible for the pom.xml to be > included in the jar, in the META-INF/ directory ? > > This would even further simplify the process, wouldn't it ? :) That's a great idea! Can't believe it didn't occur to me. :-) I loo

Re: [ANN] Clojars - a Clojure community jar repository

2009-11-19 Thread Laurent PETIT
Hello, Just an idea out of my head : could it be possible for the pom.xml to be included in the jar, in the META-INF/ directory ? This would even further simplify the process, wouldn't it ? :) 2009/11/19 Alex Osborne > Alex Osborne wrote: > > > But if even that's too long and complicated for y

Re: [ANN] Clojars - a Clojure community jar repository

2009-11-19 Thread Alex Osborne
Alex Osborne wrote: > But if even that's too long and complicated for you I wrote a Leiningen > plugin which makes it just: > > lein push Looks like JSch library that the lein-clojars plugin uses doesn't work with ssh-keygen's DSA keys and I overlooked adding passphrase support. I'm working o

Re: [ANN] Clojars - a Clojure community jar repository

2009-11-19 Thread Baishampayan Ghose
Alex, > I've been working on an easy to use open source community repository to > complement Leiningen in making building and dependency management easier > for Clojure projects. Beautiful work, Alex. Really amazing. Kudos to you and the awesome Clojure community. Regards, BG -- Baishampaya

[ANN] Clojars - a Clojure community jar repository

2009-11-19 Thread Alex Osborne
I've been working on an easy to use open source community repository to complement Leiningen in making building and dependency management easier for Clojure projects. http://clojars.org/ It's inspired by the fantastic Gemcutter.org website that the Ruby community uses. The repository is in th