I have created one lein project, than updating its project.clj with dev-dependency of eclips
I ran "lein deps"
it downloaded all dependencies
but into my.m2/repository directory there is no clojure directory. and this causes me
leiningen.eclipse Problem loading: java.io.FileNotFoundException: Could not locate clojure/contrib/duck_streams__init.class or clojure/contrib/duck_streams.clj on classpath: (eclipse.clj:1)
error when i ran "lein help" which abandons me to develop with eclipse because i cant run my "lein eclipse" command.
Any solution for 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, chirag ghiyad