Re: Autodoc dependencies broken?

2010-11-28 Thread Brendan Ribera
I'm seeing related weirdness on a project that has no dependencies except Clojure itself. It'll accept any Clojure from 1.0.0 up, but will default to downloading the newest version: > :dependencies [[org.clojure/clojure "[1.0.0,)"]] The error I get is the same (missing org.clojure:clojure:jar:1.3

Re: Autodoc dependencies broken?

2010-11-27 Thread Rayne
If it's helpful, I have a snapshot of autodoc 0.8.0 on clojars that I'm using in cake-autodoc: http://clojars.org/org.clojars.rayne/autodoc On Nov 26, 9:21 pm, James Reeves wrote: > I've investigated this a little further, and it looks like I was > misinterpreting the dependency error messages. >

Re: Autodoc dependencies broken?

2010-11-26 Thread James Reeves
Thanks for the detailed reply, Alex! I realized my error with super-pom, but like you I was unable to figure out why Clojure 1.3.0-alpha wasn't loading. In any case, I'll take up your suggestion of adding an exclusion for those libraries. It's probably something I should have thought of doing mys

Re: Autodoc dependencies broken?

2010-11-26 Thread James Reeves
I've investigated this a little further, and it looks like I was misinterpreting the dependency error messages. 0.8.0-SNAPSHOT doesn't work because it hasn't been uploaded to Clojars. 0.7.1 doesn't work because it references clojure-contrib 1.1.0-master-SNAPSHOT, and clojure 1.3.0-alpha3, the lat

Re: Autodoc dependencies broken?

2010-11-26 Thread Alex Osborne
James Reeves writes: > I've just tried installing autodoc 1.7.1 and 0.8.0-SNAPSHOT via > Leiningen and Clojars, and it seems to be missing some dependencies > (specifically org.apache.maven:super-pom:jar:2.0). *sigh* This is a case of Maven being totally misleading and also a case of death by s

Re: Autodoc dependencies broken?

2010-11-26 Thread Tom Faulhaber
James, I don't know why this would be true, but something may have broken in the underlying dependency chains. Autodoc hasn't been updated in clojars for a very long time and does not directly depend on super- pom.jar. Are you using autodoc standalone or as a lein plugin? Tom On Nov 26, 1:09 pm

Autodoc dependencies broken?

2010-11-26 Thread James Reeves
I've just tried installing autodoc 1.7.1 and 0.8.0-SNAPSHOT via Leiningen and Clojars, and it seems to be missing some dependencies (specifically org.apache.maven:super-pom:jar:2.0). Has anyone else had this problem recently? - James -- You received this message because you are subscribed to th