Fork me on GitHub
#leiningen
<
2016-01-19
>
jjconti16:01:03

how can I add to leingen dependencies a path lo a local repo?

nberger16:01:41

@jjconti: you can't do exactly that, but you get the same result by using checkout dependencies: https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#checkout-dependencies

jjconti16:01:54

i'm trying to do that, thanks

jjconti16:01:27

but i'm not sure it's working

jjconti16:01:33

i may be doing something wrong

nberger16:01:12

remember that you need to lein install at least once in the checkout dir, and that the version numbers need to be the same so leiningen can pick it up

jjconti17:01:17

working now, thanks

jjconti18:01:20

so, after a change in the project inside checkouts, should I do something to the changes take effect?

nberger18:01:15

you mean while in a live REPL? it's the same as with the rest of the code of your project: you need to eval the changes