I got exactly the same error.

Regards,
BG

On Thu, Apr 19, 2012 at 6:54 PM, Ambrose Bonnaire-Sergeant
<abonnaireserge...@gmail.com> wrote:
> Did I do something wrong?
>
> ambrose@ambrose-VirtualBox:~/Projects/typed-clojure$ lein plugin install
> jonase/eastwood 0.0.1
> ....
> ambrose@ambrose-VirtualBox:~/Projects/typed-clojure$ lein version
> Leiningen 1.7.1 on Java 1.6.0_23 OpenJDK Client VM
> ambrose@ambrose-VirtualBox:~/Projects/typed-clojure$ lein eastwood
> Exception in thread "main" java.io.FileNotFoundException: Could not locate
> leiningen/core/eval__init.class or leiningen/core/eval.clj on classpath:
>  (eastwood.clj:1)
> at clojure.lang.Compiler.eval(Compiler.java:5440)
> at clojure.lang.Compiler.eval(Compiler.java:5415)
> at clojure.lang.Compiler.load(Compiler.java:5857)
> at clojure.lang.RT.loadResourceScript(RT.java:340)
> at clojure.lang.RT.loadResourceScript(RT.java:331)
> at clojure.lang.RT.load(RT.java:409)
> at clojure.lang.RT.load(RT.java:381)
> at clojure.core$load$fn__4519.invoke(core.clj:4915)
> at clojure.core$load.doInvoke(core.clj:4914)
> at clojure.lang.RestFn.invoke(RestFn.java:408)
> at clojure.core$load_one.invoke(core.clj:4729)
> at clojure.core$load_lib.doInvoke(core.clj:4766)
> at clojure.lang.RestFn.applyTo(RestFn.java:142)
> at clojure.core$apply.invoke(core.clj:542)
> at clojure.core$load_libs.doInvoke(core.clj:4800)
> at clojure.lang.RestFn.applyTo(RestFn.java:137)
> at clojure.core$apply.invoke(core.clj:542)
> at clojure.core$require.doInvoke(core.clj:4881)
> at clojure.lang.RestFn.invoke(RestFn.java:408)
> at leiningen.core$resolve_task.invoke(core.clj:208)
> at leiningen.core$apply_task.invoke(core.clj:258)
> at leiningen.core$_main.doInvoke(core.clj:329)
> at clojure.lang.RestFn.invoke(RestFn.java:410)
> at clojure.lang.AFn.applyToHelper(AFn.java:161)
> at clojure.lang.RestFn.applyTo(RestFn.java:132)
> at clojure.core$apply.invoke(core.clj:542)
> at leiningen.core$_main.invoke(core.clj:332)
> at user$eval42.invoke(NO_SOURCE_FILE:1)
> at clojure.lang.Compiler.eval(Compiler.java:5424)
> at clojure.lang.Compiler.eval(Compiler.java:5391)
> at clojure.core$eval.invoke(core.clj:2382)
> at clojure.main$eval_opt.invoke(main.clj:235)
> at clojure.main$initialize.invoke(main.clj:254)
> at clojure.main$script_opt.invoke(main.clj:270)
> at clojure.main$main.doInvoke(main.clj:354)
> at clojure.lang.RestFn.invoke(RestFn.java:457)
> at clojure.lang.Var.invoke(Var.java:377)
> at clojure.lang.AFn.applyToHelper(AFn.java:172)
> at clojure.lang.Var.applyTo(Var.java:482)
> at clojure.main.main(main.java:37)
> Caused by: java.io.FileNotFoundException: Could not locate
> leiningen/core/eval__init.class or leiningen/core/eval.clj on classpath:
> at clojure.lang.RT.load(RT.java:412)
> at clojure.lang.RT.load(RT.java:381)
> at clojure.core$load$fn__4519.invoke(core.clj:4915)
> at clojure.core$load.doInvoke(core.clj:4914)
> at clojure.lang.RestFn.invoke(RestFn.java:408)
> at clojure.core$load_one.invoke(core.clj:4729)
> at clojure.core$load_lib.doInvoke(core.clj:4766)
> at clojure.lang.RestFn.applyTo(RestFn.java:142)
> at clojure.core$apply.invoke(core.clj:542)
> at clojure.core$load_libs.doInvoke(core.clj:4800)
> at clojure.lang.RestFn.applyTo(RestFn.java:137)
> at clojure.core$apply.invoke(core.clj:544)
> at clojure.core$use.doInvoke(core.clj:4892)
> at clojure.lang.RestFn.invoke(RestFn.java:408)
> at
> leiningen.eastwood$eval68$loading__4414__auto____69.invoke(eastwood.clj:1)
> at leiningen.eastwood$eval68.invoke(eastwood.clj:1)
> at clojure.lang.Compiler.eval(Compiler.java:5424)
> ... 39 more
>
> On Thu, Apr 19, 2012 at 9:04 PM, Jonas <jonas.enl...@gmail.com> wrote:
>>
>> Eastwood[1] is a Clojure lint tool which uses the analyze[2] library to
>> inspect
>> namespaces and report possible problems. Currently it should work
>> with projects running Clojure 1.3.0 and newer.
>>
>> Currently eastwood warns when it finds
>> - deprecated java instance methods, static fields, static methods and
>> constructors
>> - deprecated clojure vars
>> - unused function arguments
>> - unused private vars
>> - reflection
>> - naked (:use ...)
>> - misplaced docstrings
>> - keyword typos
>>
>> I appreciate bug reports and feature requests and I also hope you find it
>> useful!
>>
>> Jonas
>>
>> [1] https://github.com/jonase/eastwood
>> [2] https://github.com/frenchy64/analyze
>>
>> --
>> 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
>
>
> --
> 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



-- 
Baishampayan Ghose
b.ghose at gmail.com

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