The error seems somewhat clear to me - cljsbuild itself cannot be found.
But not sure why cljsbuild is involved at all given you're just trying to
start Clojure *directly*.

Make sure you haven't set up any global lein user profiles or anything like
that. These inevitably cause problems IME.

David

On Tue, Jan 6, 2015 at 8:22 AM, Jonathon McKitrick <[email protected]>
wrote:

> No luck:
>
> ➜  pts git:(integration-january) ✗ rm *-init.clj
> remove b9bb1d9002680b93c59fea118d80a7f390e89554-init.clj? y
> ➜  pts git:(integration-january) ✗ ls
> Procfile          project.clj       resources         src
>  system.properties target            test
> ➜  pts git:(integration-january) ✗ rm -rf target
> ➜  pts git:(integration-january) ✗ lein trampoline run -m clojure.main
> Compiling ClojureScript.
> Exception in thread "main" java.io.FileNotFoundException: Could not locate
> cljsbuild/compiler__init.class or cljsbuild/compiler.clj on classpath: ,
> compiling:(/Users/jmckitrick/d
>
>
> On Monday, January 5, 2015 6:52:29 PM UTC-5, David Nolen wrote:
> > Seems like you have a stale cached trampoline - the caching around
> > Lein's fast trampoline doesn't seem very sophisticated. Erase
> > *-init.clj files, erase the target directory. Try again.
>
> --
> Note that posts from new members are moderated - please be patient with
> your first post.
> ---
> You received this message because you are subscribed to the Google Groups
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/clojurescript.
>

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to