On 14 Nov 2012, at 18:01, Joel J. <
tce...@gmail.com> wrote:
>
> On a related note, is it possible to use other projects on your computer (that aren't packaged up as jars) as dependencies? In other words, would it be possible for me to clone the latest clj-native from github and then somehow tell Leiningen "Hey, when a project depends on this version of clj-native, here it is"? (I thought I saw something about this on the list awhile back, but I can't find it and I might have misunderstood what was actually being discussed...)
Yep, that's totally possible. Options are:
* Use the approach Jeff mentions (lein install in a checkout of clj-native)
* Create your own local maven repository and point to that.
* Use lein's checkout functionality - create a directory called checkouts in the root directory of your project, and within there put a fresh pull of clj-native, so you should have your-project-root/checkouts/clj-native and lein will prefer the checkouts dir over any jar.
Sam
---
http://sam.aaron.name