Re: clojure-contrib master now in submodules

2010-09-23 Thread Brian Carper
On Sep 22, 2:03 pm, Stuart Sierra wrote: > On Sep 22, 12:35 pm, Justin Kramer wrote: > > > Here's the magic incantation I've been using: > > > [org.clojure.contrib/complete "1.3.1-SNAPSHOT" :classifier "bin"] > > > I don't know how official or future-proof that is. > > It's wrong, technically, bu

Re: clojure-contrib master now in submodules

2010-09-22 Thread Stuart Sierra
On Sep 22, 12:35 pm, Justin Kramer wrote: > Here's the magic incantation I've been using: > > [org.clojure.contrib/complete "1.3.1-SNAPSHOT" :classifier "bin"] > > I don't know how official or future-proof that is. It's wrong, technically, but appears to work for now. I think this may be a probl

Re: clojure-contrib master now in submodules

2010-09-22 Thread Sean Corfield
Awesome! That worked - thanx Justin! On Wed, Sep 22, 2010 at 9:35 AM, Justin Kramer wrote: > Here's the magic incantation I've been using: > > [org.clojure.contrib/complete "1.3.1-SNAPSHOT" :classifier "bin"] > > I don't know how official or future-proof that is. > > Justin > > On Sep 22, 2:02 am

Re: clojure-contrib master now in submodules

2010-09-22 Thread Justin Kramer
Here's the magic incantation I've been using: [org.clojure.contrib/complete "1.3.1-SNAPSHOT" :classifier "bin"] I don't know how official or future-proof that is. Justin On Sep 22, 2:02 am, Sean Corfield wrote: > On Fri, Aug 20, 2010 at 7:22 AM, Stuart Sierra > > wrote: > > For example, to us

Re: clojure-contrib master now in submodules

2010-09-21 Thread Sean Corfield
On Fri, Aug 20, 2010 at 7:22 AM, Stuart Sierra wrote: > For example, to use the clojure.contrib.macro-utils namespace in your > projects, add a dependency on group "org.clojure.contrib", artifact > "macro-utils", version "1.3.0-SNAPSHOT". Having built contrib against clojure 1.2.0 (see my note in

Re: clojure-contrib master now in submodules

2010-09-09 Thread Stuart Sierra
Weird. I'll have to look into this some more. Thanks for the report. -S On Sep 9, 6:43 pm, Brian Carper wrote: > Nope.  When I use [org.clojure.contrib/complete "1.3.0-SNAPSHOT"] > without :classifier "bin", Maven dies because it can't find the > "complete" JAR file.  Like this:http://gist.github

Re: clojure-contrib master now in submodules

2010-09-09 Thread Stuart Sierra
On Sep 9, 7:00 pm, Aaron Cohen wrote: > I think the problem is that the "complete" pom needs to have > pom to indicate there's not an important jar > file to download. It does. That's why I'm confused. http://github.com/clojure/clojure-contrib/blob/master/modules/complete/pom.xml Admittedly, I

Re: clojure-contrib master now in submodules

2010-09-09 Thread Aaron Cohen
On Thu, Sep 9, 2010 at 6:43 PM, Brian Carper wrote: > On Sep 9, 3:13 pm, Stuart Sierra wrote: >> Can you clarify?  Maven-aware build tools (e.g. Leiningen) should not >> be trying to downlaod the "clojure-contrib:complete" JAR file. >> Instead, referencing the "complete" project as a dependency s

Re: clojure-contrib master now in submodules

2010-09-09 Thread Brian Carper
On Sep 9, 3:13 pm, Stuart Sierra wrote: > Can you clarify?  Maven-aware build tools (e.g. Leiningen) should not > be trying to downlaod the "clojure-contrib:complete" JAR file. > Instead, referencing the "complete" project as a dependency should > transitively give you all its dependencies.  Does

Re: clojure-contrib master now in submodules

2010-09-09 Thread Stuart Sierra
Can you clarify? Maven-aware build tools (e.g. Leiningen) should not be trying to downlaod the "clojure-contrib:complete" JAR file. Instead, referencing the "complete" project as a dependency should transitively give you all its dependencies. Does that not work? -S On Sep 9, 3:47 pm, Brian Ca

Re: clojure-contrib master now in submodules

2010-09-09 Thread Brian Carper
On Aug 20, 7:22 am, Stuart Sierra wrote: > If you want to use ALL contrib libraries, add a dependency on group > "org.clojure.contrib", artifact "complete", version "1.3.0-SNAPSHOT". > This meta-library depends on all other contrib libraries. This doesn't work because as was pointed out on IRC to

Re: clojure-contrib master now in submodules

2010-08-23 Thread Stuart Sierra
On Aug 23, 2:51 pm, Konrad Hinsen wrote: > Or is there any simple way to make a jar containing only the source code > files? Ys, the maven assembly plugin can do this. Ill work on it when I get back later this week. -S -- You received this message because you are subscribed to the Google Gr

Re: clojure-contrib master now in submodules

2010-08-23 Thread Konrad Hinsen
On 20 Aug 2010, at 16:22, Stuart Sierra wrote: *** For clojure-contrib developers: Each library has its own directory under the "modules" directory at the top level of clojure-contrib. Each module directory contains a pom.xml file specifying the name, version number, and dependencies of that l

Re: clojure-contrib master now in submodules

2010-08-22 Thread B Smith-Mannschott
On Mon, Aug 23, 2010 at 07:04, ataggart wrote: > Yes, you can easily work offline. Simply recursively wget the entire > maven repo from http://repo1.maven.org/maven2/ > > It may take a while. Whatever you do, please DO NOT DO THAT! e.g. http://maven.40175.n5.nabble.com/blacklisted-by-maven-cen

clojure-contrib master now in submodules

2010-08-22 Thread ataggart
Yes, you can easily work offline. Simply recursively wget the entire maven repo from http://repo1.maven.org/maven2/ It may take a while. Before going into full-on DVCS evangelist mode, you should probably step back and realize that maven is acting as a dependency management system, not a source

Re: clojure-contrib master now in submodules

2010-08-22 Thread B Smith-Mannschott
On Sun, Aug 22, 2010 at 09:52, B Smith-Mannschott wrote: > Maven uses http, so one can download the various modules of clojure > contrib via a web browser. Snapshot builds are here: > > http://build.clojure.org/snapshots/org/clojure/contrib/ > > i.e. > > http://build.clojure.org/snapshots/org/cloj

Re: clojure-contrib master now in submodules

2010-08-22 Thread B Smith-Mannschott
Maven uses http, so one can download the various modules of clojure contrib via a web browser. Snapshot builds are here: http://build.clojure.org/snapshots/org/clojure/contrib/ i.e. http://build.clojure.org/snapshots/org/clojure/contrib/MODULE/VERSION The old monolithic clojure-contrib.jar is n

Re: clojure-contrib master now in submodules

2010-08-21 Thread Tom Faulhaber
A couple of questions: 1) Does use of clojure-contrib now require maven or leinigen as a prerequisite or is there a place to go grab the jar files? 2) From my read of this, there is no longer a clojure-contrib.jar, just a meta dependency that causes maven to grab all the modules. Is that correct?

clojure-contrib master now in submodules

2010-08-20 Thread Stuart Sierra
Hello, all, As planned for some time, clojure-contrib has now been split into many submodules on the "master" branch. *** For users of clojure-contrib 1.2.0: nothing changes. *** For users of clojure-contrib snapshots: New builds of the master branch on github will be available as 1.3.0- SNAP