Re: Leiningen documentation error

2010-08-22 Thread Phil Hagelberg
On Sun, Aug 22, 2010 at 12:00 PM, Arie van Wingerden wrote: > On this leiningen doc webpage > http://github.com/technomancy/leiningen/blob/master/sample.project.clj there > is an entry: > >:main [org.example.sample] > > > but this should be: > >:main org.example.sample Thanks; just fixed

Leiningen documentation error

2010-08-22 Thread Arie van Wingerden
On this leiningen doc webpage http://github.com/technomancy/leiningen/blob/master/sample.project.clj there is an entry: :main [org.example.sample] but this should be: :main org.example.sample hth -- You received this message because you are subscribed to the Google Groups "Clojure" grou