Hello Tom,

Tom Hickey <thic...@gmail.com> writes:

> I'm not able to get the latest version of Zi to work. It seems to be having 
> a problem resolving a couple of it's dependencies:
>
> [ERROR] Failed to execute goal org.cloudhoist.plugin:zi:0.5.4:compile 
> (default-cli) on project test: Execution default-cli of goal 
> org.cloudhoist.plugin:zi:0.5.4:compile failed: Plugin 
> org.cloudhoist.plugin:zi:0.5.4 or one of its dependencies could not be 
> resolved: The following artifacts could not be resolved: 
> classlojure:classlojure:jar:0.6.5, 
> leiningen-core:leiningen-core:jar:2.0.0-preview4
>
> pom and maven stacktrace can be found here: https://gist.github.com/3669520

Thanks for the detailed report.

This suggests that clojars isn't being picked up. Adding it as a
pluginRepository to the pom as a workaround seems to get things moving.

    <pluginRepository>
      <id>clojars</id>
      <url>http://clojars.org/repo</url>
    </pluginRepository>

Hugo

-- 
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