Exception in thread "main" java.lang.IllegalAccessError: repositories-for does not exits. This is error while issuing command lein deps in cygwin.

link|improve this question

Please post the project.clj file that you're running "lein deps" against. Also, it helps if you copy & paste the exact error instead of trying to type it over. – Joost Diepenmaat Oct 11 '11 at 10:19
@JoostDiepenmaat (defproject hello "1.0.0-SNAPSHOT" :description "FIXME: write description" :dependencies [[org.clojure/clojure "1.2.1"]]) – vikbehal Oct 12 '11 at 8:19
feedback

1 Answer

If you access internet via a proxy make sure you have configured it in cygwin (using export http_proxy="...") and then check that you can access maven repositories with maven. I think leiningen uses maven behind the scenes.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.