Re: clojure as part of agnostic project

2016-02-22 Thread Timothy Baldridge
And since both boot and lein store projects in a human readable format (aka. not machine generated XML), moving from one of these to another project manager shouldn't be too hard. On Mon, Feb 22, 2016 at 9:16 AM, James Reeves wrote: > At minimum, both Boot and Leiningen just need to be told wher

Re: clojure as part of agnostic project

2016-02-22 Thread James Reeves
At minimum, both Boot and Leiningen just need to be told where you store your source files. By default this is "src", so a project with a "src" directory would work with both build tools, and likely any new ones that pop up in future. However, this doesn't solve the problem of how to resolve depen