I've used the checkouts method, and found it to be a useful solution when I
was actively modifying the library. When I'm not modifying the library
very often, I've had fewer glitches by simply using 'lein install' from the
library project directory. That installs the latest version of the libr
sounds like exactly what I need. Embarrassed I missed it!
>
> Thanks
>
>
>
> Original message
> From: Andy Fingerhut
> Date:26/10/2014 4:52 PM (GMT+00:00)
> To: clo...@googlegroups.com
> Subject: Re: Leiningen setup for modifying a library the pr
Yes that sounds like exactly what I need. Embarrassed I missed it!
Thanks
Original message From: Andy Fingerhut
Date:26/10/2014 4:52 PM (GMT+00:00)
To: clojure@googlegroups.com Subject: Re: Leiningen setup
for modifying a library the project is depending on
Stephen
Stephen:
Take a look at the "checkouts" Leiningen feature described here to see if
it does what you want:
https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#checkout-dependencies
Andy
On Sun, Oct 26, 2014 at 8:39 AM, Stephen Wakely
wrote:
> I need to make some modifications
I need to make some modifications to a library that my project is depending on.
Currently Leiningen downloads the lib from clojure and uses that lib. Can I
set things up so it uses the files I have cloned from github instead?
I have searched the docs but can't find any ideas how to do this.