Re: Generating API docs for clojure 1.3 projects

2011-06-24 Thread Tassilo Horn
Tassilo Horn writes: Hi again, >> I'll try to get to that pretty soon so that you'll have something to >> use. I don't know why one you built should fail, but I haven't tried >> it myself. At first look, maybe it's the new numeric stuff or maybe >> it still has a bad dependency chain in it's pro

Re: Generating API docs for clojure 1.3 projects

2011-06-23 Thread Tassilo Horn
Shantanu Kumar writes: Hi! > Autodoc is superb! However having run into dependency issues with > Autodoc myself, I think it would be cool if you can specify Clojure > and Contrib JARs as only dev-dependencies so that they don't clash > with the ones the user depends on too. Just an idea. I've t

Re: Generating API docs for clojure 1.3 projects

2011-06-22 Thread Shantanu Kumar
Hi Tom, Autodoc is superb! However having run into dependency issues with Autodoc myself, I think it would be cool if you can specify Clojure and Contrib JARs as only dev-dependencies so that they don't clash with the ones the user depends on too. Just an idea. Regards, Shantanu On Jun 22, 5:55 

Re: Generating API docs for clojure 1.3 projects

2011-06-21 Thread Tassilo Horn
Tom Faulhaber writes: Hi Tom, > Autodoc is usually the tool you want, I think. I'm the author of that > tool and I've been very busy on other stuff lately, so I haven't but > together a 1.3 release. That would be awesome. > I'll try to get to that pretty soon so that you'll have something to >

Re: Generating API docs for clojure 1.3 projects

2011-06-21 Thread Tom Faulhaber
Hi Tassilo, Autodoc is usually the tool you want, I think. I'm the author of that tool and I've been very busy on other stuff lately, so I haven't but together a 1.3 release. I'll try to get to that pretty soon so that you'll have something to use. I don't know why one you built should fail, but

Generating API docs for clojure 1.3 projects

2011-06-20 Thread Tassilo Horn
Hi all, I'd like to generate some API docs for my clojure 1.3 lib. The way to go seems to be autodoc. However, with version 0.7.1 (the stable release), my leiningen fails to fetch the required dependencies. On clojars, there are several other forks/versions, but for all of them including a self