Sean Corfield <[email protected]> writes: Hi Sean,
> On Sun, Jul 24, 2011 at 11:45 PM, Tassilo Horn <[email protected]> wrote: >> The only issue is that with the repo above, version ranges don't >> work. If I say >> >> :dependencies [[org.clojure/clojure "[1.3.0-master-SNAPSHOT,)"]] > > Your Maven-fu is far off the scale - I didn't even know that kind of > thing should be possible :) Well, that basically means 1.3.0 snapshot or newer. I tend to be optimistic with respect to versioning and assume that newer packages won't break my stuff. Currently, it seems most people specify exact versions creating the maven equivalent of a JAR/DLL hell. For example, there are many libs out there that depend on clojure 1.2.0 although they work perfectly fine with 1.2.1 or even a 1.3.0 snapshot. Depending on one of those will pollute you lib/ with different clojure versions which will certainly mess up your classpath. Bye, Tassilo -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
