clojure-android / lein-droid

A Leiningen plugin for building Clojure/Android projects
Eclipse Public License 1.0
645 stars 56 forks source link

"java.io.FileNotFoundException" on build #93

Closed Frozenlock closed 10 years ago

Frozenlock commented 10 years ago

I get the following error when trying to build with =lein droid build=

Exception in thread "main" java.io.FileNotFoundException: Could not locate cljs/analyzer__init.class or cljs/analyzer.clj on classpath: , compiling:(ioc_macros.clj:12:1)

Any ideas what might be causing it?

alexander-yakushev commented 10 years ago

Obviously clojure.tools.analyzer, which core.async depends on, fails to find one of its files. I haven't tried core.async on Android yet, but someone certainly did. You can probably ask on the mailing list for help. Do you consciously try to put core.async into Android application, or is it accidental?

Frozenlock commented 10 years ago

It is with purpose: one of the library I inserted uses it.

Are you talking about the Clojure ML, or is there a lein-droid one?

alexander-yakushev commented 10 years ago

I mean clojure-android mailing list, here's the link https://groups.google.com/forum/#!forum/clojure-android . I would love to help you if I had more time these days. But I'm certain that there was someone on the mailing list who managed to make core.async work on Android.

Frozenlock commented 10 years ago

Nice! Thanks for the link!

alexander-yakushev commented 10 years ago

Resolved here: https://groups.google.com/forum/#!topic/clojure-android/2MleX4O9T7c

Frozenlock commented 10 years ago

Thanks!

On Sat, Jun 21, 2014 at 4:57 AM, Alexander Yakushev < notifications@github.com> wrote:

Resolved here: https://groups.google.com/forum/#!topic/clojure-android/2MleX4O9T7c

— Reply to this email directly or view it on GitHub https://github.com/clojure-android/lein-droid/issues/93#issuecomment-46748406 .