David Powell <djpow...@djpowell.net> writes:

Hi David,

> works for me... do you have some sort of version conflict perhaps?

Indeed, you are right.  With dependency [org.clojure/clojure "1.5.0"],
my project's actually started with clojure 1.4.0.  With
[org.clojure/clojure "1.5.0-RC17"], it's started with exactly that.

Uhm, why is that?  My complete dependencies are:

  :dependencies [[org.clojure/clojure "1.5.0"]
                 [de.uni-koblenz.ist/jgralab "7.4.4"] ;; no deps in pom.xml
                 [org.clojure/core.logic "0.8.0-rc2"] ;; no deps in pom.xml
                 [ordered "1.3.2"]                    ;; dep on clj 1.4.0
                 [org.clojure/tools.macro "0.1.2"]    ;; no deps in pom.xml
                 [emf-xsd-sdk "2.8.0"]]               ;; no deps in pom.xml

Interestingly, when I comment the dependency [ordered "1.3.2"] and do
"lein repl", I get clojure *1.3.0*!?!

So to summarize:

  clj 1.5.0-RC17 + ordered 1.3.2 => clj 1.5.0-RC17 is used
  clj 1.5.0      + ordered 1.3.2 => clj 1.4.0 is used
  clj 1.5.0     no ordered 1.3.2 => clj 1.3.0 is used

Can anymone make sense of that?

Bye,
Tassilo

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to