Re: Help - I am doing something wrong (lein cljsbuild fails)

2012-09-12 Thread Thomas
Found the problem. I needed to update to the latest version of Noir ("1.3.0-beta10") and that solved my problem. Thanks everyone Thomas -- 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 No

Re: Help - I am doing something wrong (lein cljsbuild fails)

2012-09-11 Thread Thomas
> > > You should use :plugins for plugins. :dev-dependencies doesn't do > anything in Lein 2. > > e.g. :plugins [[lein-cljsbuild "0.2.7"]] > > This might solve your problem. > Tried that as well, and it didn't work :( Thomas -- You received this message because you are subscribed to the G

Re: Help - I am doing something wrong (lein cljsbuild fails)

2012-09-11 Thread James Reeves
On 11 September 2012 19:54, Thomas wrote: > :dev-dependencies [[lein-cljsbuild "0.2.7"]] ; cljsbuild plugin > having googled for this problem people who hit this in the past ran older > versions of both Clojure and lein cljsbuild (I run the latest lein2) You should use :plugins for plugins.

Re: Help - I am doing something wrong (lein cljsbuild fails)

2012-09-11 Thread Thomas
I have just downloaded the lein cljsbuild from here: https://github.com/emezeske/lein-cljsbuild and build the simple project and that worked Then I build an uberjar from my project file and noticed that clojure 1.3.0 was included in it I suspect that is the problem ((Noir needs it app

Help - I am doing something wrong (lein cljsbuild fails)

2012-09-11 Thread Thomas
Dear all, I wanted to give ClojureScript a try in combination with Noir so after reading the various descriptions on the interweb I came up with the following project.clj file: (defproject x "0.1.0-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME"; :lic