Re: clojure-contrib.jar file

2011-06-11 Thread octopusgrabbus
Thanks. These are the links I've used, and it's worked just fine on two systems now. I probably got the deprecated version. On Jun 10, 1:09 am, Sean Corfield wrote: > On Thu, Jun 9, 2011 at 3:15 PM, Benny Tsai wrote: > > I've never built contrib from source, but I believe the repository you'll >

Svar: Re: clojure-contrib.jar file

2011-06-10 Thread Stuart Sierra
Yes, the last monolithic contrib build was 1.3.0-alpha4. It builds with Clojure 1.3.0-alpha4, but not the later alphas. There are 2 "combined" jars in contrib 1.3.0-alpha4. The "standalone" module contains all the classes/sources merged into a single JAR file. The "complete" module contains n

Re: clojure-contrib.jar file

2011-06-09 Thread Sean Corfield
On Thu, Jun 9, 2011 at 3:15 PM, Benny Tsai wrote: > I've never built contrib from source, but I believe the repository you'll > want to clone from is this one: > > git://github.com/clojure/clojure-contrib.git The monolithic contrib library has been deprecated (and I'm not sure you'll get it to bu

Re: clojure-contrib.jar file

2011-06-09 Thread octopusgrabbus
Thanks. I went to http://clojure.org/downloads and downloaded both the latest stable Clojure and its contrib. contrib built just fine and gave me the jar file I was looking for. On Jun 9, 6:15 pm, Benny Tsai wrote: > I've never built contrib from source, but I believe the repository you'll > wa

Re: clojure-contrib.jar file

2011-06-09 Thread Benny Tsai
I've never built contrib from source, but I believe the repository you'll want to clone from is this one: git://github.com/clojure/clojure-contrib.git -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googl

clojure-contrib.jar file

2011-06-09 Thread octopusgrabbus
home directory: ~/.m2/repository/com/theoryinpractise/clojure-maven-plugin/1.3.2/ clojure-maven-plugin-1.3.2.jar Is this the clojure-contrib.jar file? If not what is the command to package up the individual .clj files that were unpacked? Many thanks. cmn -- You received this message because yo

Re: duck-streams missing from clojure-contrib.jar file

2010-04-22 Thread Neal
OK. Thanks everyone for your help. Neal On Apr 21, 8:11 am, Alex Osborne wrote: > Hi Neal, > > Neal writes: > > I'm trying to use duck-streams, but it is missing from the clojure- > > contrib JAR file (at least in build #81).  I have listed the contents > > of the JAR file and confirmed that i

Re: duck-streams missing from clojure-contrib.jar file

2010-04-22 Thread Neal
Stu, Good book! It was pretty clear to me that it was a snapshot. It was really a user error on my part. Now that I have made that error, I won't make it again. Thanks, Neal On Apr 21, 9:31 am, Stuart Halloway wrote: > The second level header tells you the branch (e.g. master). On the   > l

Re: duck-streams missing from clojure-contrib.jar file

2010-04-22 Thread Neal
Alex, Yes. I was using the snapshot. My bad. Neal On Apr 21, 8:11 am, Alex Osborne wrote: > Hi Neal, > > Neal writes: > > I'm trying to use duck-streams, but it is missing from the clojure- > > contrib JAR file (at least in build #81).  I have listed the contents > > of the JAR file and con

Re: Documentation (was: Re: duck-streams missing from clojure-contrib.jar file)

2010-04-22 Thread Alex Osborne
Douglas Philips writes: > Looking at the clojure.org front page, there is no "roadmap" link, or > anything that seems to be like that, to know what is on the radar, There's no formal roadmap as such, most open-source projects just don't tend to work that way. Working notes and ideas are often p

Re: Documentation (was: Re: duck-streams missing from clojure-contrib.jar file)

2010-04-21 Thread Douglas Philips
On 2010 Apr 21, at 5:04 PM, Tom Faulhaber wrote: (For those who don't know, I'm the one who maintains the autodoc API documentation.) Cool, thank you! One resource to use is the index included with each API. (See the index link in the left sidebar.) I saw that, but you know, after finding

Re: Documentation (was: Re: duck-streams missing from clojure-contrib.jar file)

2010-04-21 Thread Glen Stampoultzis
On Thursday, April 22, 2010, Tom Faulhaber wrote: > > A couple things I've also been thinking about are building in a search > capability and building a "super-index" of not only core and contrib > but various other external libraries that would link back to their > doc. I think building a super

Re: Documentation (was: Re: duck-streams missing from clojure-contrib.jar file)

2010-04-21 Thread Tom Faulhaber
Hi all, (For those who don't know, I'm the one who maintains the autodoc API documentation.) There are some great suggestions here and I'll try to pick up as many as I can. More useful branch names and having the branch in the title are no brainers and I'll try to get them in soon. One resource

Documentation (was: Re: duck-streams missing from clojure-contrib.jar file)

2010-04-21 Thread Douglas Philips
On 2010 Apr 21, at 9:31 AM, Stuart Halloway wrote: The second level header tells you the branch (e.g. master). On the left hand side is a list of branches (so you can click on e.g. 1.1.x). Wow, that is quite subtle. As you click into contrib from clojure.org it isn't very noticeable. It als

Re: duck-streams missing from clojure-contrib.jar file

2010-04-21 Thread Laurent PETIT
2010/4/21 Alex Osborne : > Stuart Halloway writes: > >> The second level header tells you the branch (e.g. master). On the >> left hand side is a list of branches (so you can click on e.g. 1.1.x). >> >> Some ways I see this might be better: >> >> (1) make clear what master currently equals (right

Re: duck-streams missing from clojure-contrib.jar file

2010-04-21 Thread Alex Osborne
Stuart Halloway writes: > The second level header tells you the branch (e.g. master). On the > left hand side is a list of branches (so you can click on e.g. 1.1.x). > > Some ways I see this might be better: > > (1) make clear what master currently equals (right now it is 1.2 alpha) > (2) highlig

Re: duck-streams missing from clojure-contrib.jar file

2010-04-21 Thread Stuart Halloway
The second level header tells you the branch (e.g. master). On the left hand side is a list of branches (so you can click on e.g. 1.1.x). Some ways I see this might be better: (1) make clear what master currently equals (right now it is 1.2 alpha) (2) highlight the branch info more with css (3

Re: duck-streams missing from clojure-contrib.jar file

2010-04-21 Thread Douglas Philips
On 2010 Apr 21, at 8:11 AM, Alex Osborne wrote: I suggest you use the stable 1.1 releases of both Clojure and contrib for your initial learning as it will better match the book. When 1.2 is released stable I'm sure there will be a document written that explains the differences. That isn't

Re: duck-streams missing from clojure-contrib.jar file

2010-04-21 Thread Alex Osborne
Hi Neal, Neal writes: > I'm trying to use duck-streams, but it is missing from the clojure- > contrib JAR file (at least in build #81). I have listed the contents > of the JAR file and confirmed that it is not in there. It sounds like you're using a 1.2 pre-release snapshot build of clojure-co

Re: duck-streams missing from clojure-contrib.jar file

2010-04-21 Thread Meikel Brandmeyer
Hi, On 21 Apr., 01:37, Neal wrote: > All the documentation that I read seems to indicate that duck-streams > is not deprecated. c.c.ducks-streams is now named c.c.io. Sincerely Meikel -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to thi

duck-streams missing from clojure-contrib.jar file

2010-04-21 Thread Neal
Hi, I'm new to Clojure. I've been trying to go through the Programming Clojure book and have run into a problem that I hope someone can fix. I'm trying to use duck-streams, but it is missing from the clojure- contrib JAR file (at least in build #81). I have listed the contents of the JAR file a