Re: New Version of ClojureScript One

2012-02-04 Thread Christofer Jennings
Thanks All for the replies! The lein install org.clojure/clojure "1.2.1" did not work for me. Got the same missing method error. But the delete-me project approach did work. :-) Now to have some fun! ,chris On Jan 31, 2012, at 9:01 AM, Craig Andera wrote: >> This is a problem with the curr

Re: New Version of ClojureScript One

2012-01-31 Thread Craig Andera
> This is a problem with the current version of Leiningen. There are a > couple of ways to work around the problem. Here is one: > > Create a new Leiningen project. > > lein new delete-me > cd delete-me > > Open project.clj and change > > :dependencies [[org.clojure/clojure "1.3.0"]] > > to > > :de

Re: New Version of ClojureScript One

2012-01-28 Thread Michael J. Forster
On Jan 27, 12:05 pm, Christofer Jennings wrote: > I get the error below when I run ClojureScript One's 'lein bootsrap'. Any > ideas? > > I'm pretty new to Clojure. This is my first time using Leiningen and first > attempt at using ClojureScript. ... pretty hopeless :-) Hi Christofer, No need t

Re: New Version of ClojureScript One

2012-01-28 Thread Brenton
Christofer, This is a problem with the current version of Leiningen. There are a couple of ways to work around the problem. Here is one: Create a new Leiningen project. lein new delete-me cd delete-me Open project.clj and change :dependencies [[org.clojure/clojure "1.3.0"]] to :dependencies

Re: New Version of ClojureScript One

2012-01-27 Thread Christofer Jennings
I get the error below when I run ClojureScript One's 'lein bootsrap'. Any ideas? I'm pretty new to Clojure. This is my first time using Leiningen and first attempt at using ClojureScript. ... pretty hopeless :-) Mac OSX 10.7.2 Clojure 1.3.0 java version "1.6.0_29" Java(TM) SE Runtime Environmen

Re: New Version of ClojureScript One

2012-01-26 Thread Sam Aaron
On 25 Jan 2012, at 22:27, Brenton wrote: > ClojureScript will continue to change rapidly. We are already > depending on a newer version than the one in Maven. Also, I don't > think that Domina has a release yet. > > For times when we only need a source dependency and only at > development time,

Re: New Version of ClojureScript One

2012-01-25 Thread Brenton
> One quick question - why do you still rely on git checkouts of ClojureScript > and Domina - especially now ClojureScript is available on maven? ClojureScript will continue to change rapidly. We are already depending on a newer version than the one in Maven. Also, I don't think that Domina has a

Re: New Version of ClojureScript One

2012-01-25 Thread Rafał Babinicz
Thanks for great work, Brenton. Keep it coming! PS I stubbed sever side of 'CS One's example, but still have some troubles with making it work on mobile browsers. Anybody try this with success? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post