Thank you so much for your sincere interest, but i found that
[com.draines/postal "1.7.1"] was creating mess at downloading.
so there is no issue of clojure-contrib. now my project is working
properly.
On May 31, 7:46 pm, Softaddicts wrote:
> repl-util has been moved to clojure.repl.
>
> No need
@Softaddicts :
I tried [org.clojure/clojure-contrib "1.2.0"] and this one
[org.clojure.contrib/generic "1.3.0-alpha4"] too,
but it still gives same error.
And i am new to clojure so can you elaborate for individual libs with
example syntax??
On May 31, 6:41 pm, Softaddicts wrote:
> Either this n
You are talking about [org.clojure/clojure-contrib "1.2.0"] this.
right??
and in replacement of that i have to include newer [org.clojure/
clojure-contrib "1.3-compat"]. right??
On May 31, 5:17 pm, Softaddicts wrote:
> Since clojure 1.3, contrib as been replaced by distinct libraries:
>
> http://
Hello all,
I am using eclipse IDE on windows 7 for developing clojure project
with leiningen plugin.
I think i have properly installed and configured java, lein and mvn
commands.
==
D:\Chirag\workspace\process_it>mvn -version
Apache Maven 3.0.3 (r1
this???
Thanks in advance.
my project.clj is given below
(defproject for_test "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[org.clojure/clojure "1.2.1"]]
:dev-dependencies [[lein-eclipse "1.0.0"]]
)
Thnks 'n Regards,
chi