Re: clojure-contrib 1.3.0-alpha1

2010-09-26 Thread André Thieme
Am 24.09.2010 17:09, schrieb Stuart Sierra: I have deployed release 1.3.0-alpha1 of clojure-contrib. This is the first public release of the modularized clojure-contrib. If you just want one big JAR file, download it from http://github.com/clojure/clojure-contrib/downloads If you want JARs for

Re: clojure-contrib 1.3.0-alpha1

2010-09-25 Thread Mark Derricutt
Take a look at: http://github.com/talios/clojure-contrib/commit/58e4e49d569d285ef3dd5b64c80454a22743e1b4 I changed the "complete" artifact to use the maven-shape-plugin [1] which embeds upstream dependencies into your jar, making an uber-jar, and optionally "shading" those artifacts into a differ

Re: clojure-contrib 1.3.0-alpha1

2010-09-25 Thread Sean Corfield
Thanx Mark. I'll try again today. On Fri, Sep 24, 2010 at 11:07 PM, Mark Derricutt wrote: > Looking at the repository now the poms don't seem to include the variable > reference anymore so if you're still getting that it might be cached > somewhere? -- You received this message because you are

Re: clojure-contrib 1.3.0-alpha1

2010-09-24 Thread Mark Derricutt
Looking at the repository now the poms don't seem to include the variable reference anymore so if you're still getting that it might be cached somewhere? Mark -- Pull me down under... On Sat, Sep 25, 2010 at 5:54 PM, Sean Corfield wrote: > FWIW, I pulled both clojure and contrib about an hour

Re: clojure-contrib 1.3.0-alpha1

2010-09-24 Thread Sean Corfield
FWIW, I pulled both clojure and contrib about an hour ago and still had the ${clojure.contrib.version} problem in the installed pom files, even for individual modules (so I just ran a sed script on them to fix them - which fixes 'complete' / 'parent' too :) I'm afraid I don't know enough Maven to

Re: clojure-contrib 1.3.0-alpha1

2010-09-24 Thread Mark Derricutt
Actually, I see that if I want to use the individual jars I need to specify the dependency type: org.clojure.contrib complete pom 1.3.0-alpha1 otherwise maven dies trying to find a complete-1.3.0-alpha1 jar file. I'll see if I ca

Re: clojure-contrib 1.3.0-alpha1

2010-09-24 Thread Mark Derricutt
Using the classifer "bin" would give you the single uber-jar, however - if you just use the default classifier ( i.e. don't mention it ) it should pull in ALL of 'completes' transitive dependencies. I've just tried this locally and that seems to be working fine for me. I see maven downloading all

Re: clojure-contrib 1.3.0-alpha1

2010-09-24 Thread Brian Carper
On Sep 24, 1:34 pm, Stuart Sierra wrote: > OK, individual modules appear to work now on 1.3.0-alpha1 Yep, it works now. Many thanks for fixing this so quickly. I feel your pain. --Brian -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to t

Re: clojure-contrib 1.3.0-alpha1

2010-09-24 Thread Stuart Sierra
OK, individual modules appear to work now on 1.3.0-alpha1 You may need to do this to clear your local Maven cache: rm -rf ~/.m2/repository/org/clojure/contrib/ The "complete" module is still broken. It's a Maven problem, not just Leiningen, don't understand it yet. -S On Sep 24, 4:16 pm,

Re: clojure-contrib 1.3.0-alpha1

2010-09-24 Thread Stuart Sierra
Deleted all the deployed contrib modules, which were useless anyway. Trying again now. -S -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - p

Re: clojure-contrib 1.3.0-alpha1

2010-09-24 Thread Stuart Sierra
OK, looks like the released contrib POM files are massively broken. This may not be fixed by the end of today. -S -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new me

Re: clojure-contrib 1.3.0-alpha1

2010-09-24 Thread Stuart Sierra
On Sep 24, 3:37 pm, Brian Carper wrote: > As of yesterday, the "complete" dependency still doesn't work with > Maven unless you add bin.  [1] [2] > > As of today, I can't even manage to pull individual libs.  I thought > this was how to fetch clojure.contrib.sql, but it fails. [3] Dammit. I need

Re: clojure-contrib 1.3.0-alpha1

2010-09-24 Thread Brian Carper
On Sep 24, 8:09 am, Stuart Sierra wrote: > I have deployed release 1.3.0-alpha1 of clojure-contrib. > > This is the first public release of the modularized clojure-contrib. > > If you just want one big JAR file, download it > fromhttp://github.com/clojure/clojure-contrib/downloads > > If you want

clojure-contrib 1.3.0-alpha1

2010-09-24 Thread Stuart Sierra
I have deployed release 1.3.0-alpha1 of clojure-contrib. This is the first public release of the modularized clojure-contrib. If you just want one big JAR file, download it from http://github.com/clojure/clojure-contrib/downloads If you want JARs for individual modules, look at http://build.cloj