hi,

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

-- 
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

Reply via email to