I am working with a simple leiningen project with the build defined as
follows,'
; project.clj
(defproject myproject "1.0.0-SNAPSHOT"
:description "FIXME: write"
:dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"]
[org.clojure/clojure-contrib "1.2.0-SNAPSHOT"]])
I am running the repl via lein repl and I am trying to use
clojure.contrib.string. The docs at
http://richhickey.github.com/clojure-contrib/string-api.html suggest using
require. I have run into the following though,
user=> (require '[clojure.contrib.string :as s])
java.lang.VerifyError: class
clojure.contrib.string$loading__5009__auto____40 overrides final method
meta.()Lclojure/lang/IPersistentMap; (NO_SOURCE_FILE:0)
I tried playing with the versions some but still run into errors. Is this
just a case of my using the wrong combination of versions? If so, which
versions should I be using?
Thanks
- John
--
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