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.0-alpha3).
I did notice one interesting bit of information, however. Maven is
attempting to pull clojure-1.3.0-alpha3.jar from clojure-snapshots, but that
repo only has 1.3.0-alpha3*-SNAPSHOT*. It first grabs the pom from clojure,
and then tries to grab the jar from clojure-snapshots:

> Downloading: org/clojure/clojure/1.3.0-alpha3/clojure-1.3.0-alpha3.pom
from clojure
> Transferring 1K from clojure
> Downloading: org/clojure/clojure/1.3.0-alpha3/clojure-1.3.0-alpha3.jar
from clojure-snapshots
> An error has occurred while processing the Maven artifact tasks.

This seems crazy to me, but I don't know enough about Maven to diagnose
further.

-Brendan

On Sat, Nov 27, 2010 at 3:56 PM, Rayne <disciplera...@gmail.com> wrote:

> 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 <jree...@weavejester.com> wrote:
> > 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 latter via
> > Enlive, which seems to always reference the latest version, stable or
> > not.
> >
> > But I'm not sure with 1.3.0-alpha3 would fail, because as far as I can
> > tell it's in the Clojure repository. I'll investigate further
> > tomorrow.
> >
> > - James
> >
> > On 27 November 2010 02:17, Tom Faulhaber <tomfaulha...@gmail.com> wrote:
> >
> >
> >
> > > 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, James Reeves <jree...@weavejester.com> wrote:
> > >> 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 the Google
> > > Groups "Clojure" group.
> > > To post to this group, send email to clojure@googlegroups.com
> > > Note that posts from new members are moderated - please be patient with
> your first post.
> > > To unsubscribe from this group, send email to
> > > clojure+unsubscr...@googlegroups.com<clojure%2bunsubscr...@googlegroups.com>
> > > For more options, visit this group at
> > >http://groups.google.com/group/clojure?hl=en
>
> --
> 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 - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com<clojure%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>

-- 
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 - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to