Since Leiningen 2.x has not yet been released, lein-cljsbuild uses Leiningen 1.x for both the example projects, and building the plugin itself. The problem you ran into is a difference between Leiningen 1.x and 2.x.
I created an issue to make sure that this fact is made more clear: https://github.com/emezeske/lein-cljsbuild/issues/107 . On Sunday, July 15, 2012 9:56:58 AM UTC-7, George Oliver wrote: > > > > On Sunday, July 15, 2012 12:00:57 AM UTC-7, George Oliver wrote: >> >> hi, I'm trying to get lein-cljsbuild running on Windows XP. I copied the >> simple example at >> https://github.com/emezeske/lein-cljsbuild/tree/master/example-projects/simple >> > > > > I think I found a fix for this; in the example project.clj there is the > option > > :source-path "src-clj" > > I changed this to > > :source-paths ["src-clj"] > > (per > https://github.com/technomancy/leiningen/blob/master/sample.project.clj ) > > And the example project instructions worked. > -- 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