Re: Where Are Clojure's (Cake') Build Steps Document

2011-08-01 Thread octopusgrabbus
Thanks. This information is helpful. cmn On Aug 1, 10:16 am, Mark Rathwell wrote: > I don't know much about cake other than that it is basically lein with a > persistent JVM and a defines tasks differently, but: > > 1. lein uses Maven to fetch dependencies.  The documentation for Maven can > be

Re: Where Are Clojure's (Cake') Build Steps Document

2011-08-01 Thread Mark Rathwell
I don't know much about cake other than that it is basically lein with a persistent JVM and a defines tasks differently, but: 1. lein uses Maven to fetch dependencies. The documentation for Maven can be found at [1]. 2. I'm not sure what type of setup you are looking for in production, but if yo