cljsbuild 0.2.2 build failure

2012-07-01 Thread Eric Harris-Braun
This gist https://gist.github.com/3019801 shows a lein cljsbuild failure with the error: Could not locate clojure/instant__init.class or clojure/instant.clj on classpath Does anybody have any idea why this would be happening and what to do to fix it? Thanks, -e -- You received this message

Re: cljsbuild 0.2.2 build failure

2012-07-01 Thread Daniel Renfer
You need to upgrade to clojure 1.4.0 or later. I don't know if that was by design, but it solved it for me. On Sun, Jul 1, 2012 at 9:52 AM, Eric Harris-Braun wrote: > This gist https://gist.github.com/3019801 shows a lein cljsbuild failure > with the error: > > Could not locate clojure/instant__i