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
available on maven? > > Sam > > ---http://sam.aaron.name > > On 25 Jan 2012, at 20:40, Brenton wrote: > > > > > > > > > We have released a new version of ClojureScript One. > > > The most significant changes are: > > > No more scr

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

Re: [ANN] New Version of ClojureScript One

2012-01-25 Thread Stuart Sierra
"Why git checkouts?" We don't have automated Maven releases of ClojureScript yet, so to pull the latest code it needs to get it from git. Maybe this Friday I'll be able to get automated releases up on Hudson. -S -- You received this message because you are subscribed to the Google Groups "Cloj

Re: [ANN] New Version of ClojureScript One

2012-01-25 Thread Sam Aaron
We have released a new version of ClojureScript One. > > The most significant changes are: > > No more scripts! Everything now works through Leiningen. We have added > support for retrieveing git dependencies via Leiningen. > > Allow connections to the REPL form remote mach

Re: [ANN] New Version of ClojureScript One

2012-01-25 Thread Ryan Waters
On Wed, Jan 25, 2012 at 2:40 PM, Brenton wrote: > We have released a new version of ClojureScript One. > > ... > > No more scripts! Everything now works through Leiningen. We have added > support for retrieveing git dependencies via Leiningen. > It's nice that leininge

[ANN] New Version of ClojureScript One

2012-01-25 Thread Brenton
We have released a new version of ClojureScript One. The most significant changes are: No more scripts! Everything now works through Leiningen. We have added support for retrieveing git dependencies via Leiningen. Allow connections to the REPL form remote machines. See the change log: https