On Thursday, July 21, 2016 at 7:38:27 PM UTC-4, hiskennyness wrote:
>
> This cemo of channels in a web client works great.
>
>    https://github.com/cognitect/async-webinar/blob/master/project.clj
>
> It uses plugin:
>
>   [lein-cljsbuild "1.0.4-SNAPSHOT"]
>
> While trying to extend the webinar with my Cells library 
> https://github.com/kennytilton/rube (which loads nicely from clojars  in 
> my mobile app framework Qxia (https://github.com/kennytilton/qxia)) 
> things were not going well so, looking for differences, I noticed that 
> Qxia's cljsbuild plugin is:
>
>   [lein-cljsbuild "1.1.3"]
>
> In the spirit of eliminating differences, I tried that plugin on 
> async-webinar and got errors:
>
> Exception in thread "main" java.io.FileNotFoundException: Could not locate 
>>> cljs/build/api__init.class or cljs/build/api.clj on classpath: , 
>>> compiling:(cljsbuild/compiler.clj:1:1)
>>
>>
>>
> I am not surprised because I *did* change something, but:
>
>    1. Is that about right? I do have to stick to 1.0.4-SNAPSHOT?
>
> Yes and no. :) Yes if I am not going to upgrade all the other 
dependencies, no if I am (going to upgrade yada yada):

  :dependencies [[org.clojure/clojure "1.7.0"]
                 [org.clojure/clojurescript "1.9.36"]
                 [org.clojure/core.async "0.2.385"]
                 [rube "0.1.0-SNAPSHOT"]]


  :plugins [[lein-cljsbuild "1.1.3"]]

lein cljsbuild is happy now, anyway.

 -kt


>    1. I do not see where the webinar references "api" anything. Just 
>    typical error noise?
>    2. How daft am I for worrying about the lein-cljsbuild version before 
>    anything else?
>
> -kt 
>
>   
>

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to