Re: how do you re-load a clojure library?

2015-03-30 Thread Juvenn Woo
Hey Andy, As a devops, I do appreciate that, thank you for sharing! — Sent from Mailbox On Sun, Mar 29, 2015 at 10:17 PM, Andy- andre.r...@gmail.com wrote: Off topic for this list but I'm sure helpful to some: On Windows: You can see open file handles with MS's Process Explorer. On Linux:

Re: how do you re-load a clojure library?

2015-03-29 Thread Juvenn Woo
Hi Dan, All jars files are kept at `~/.m2/repositories` on *nix, as far as I know. So you can just find and delete them over there. The next time you run a lein task, it will re-download it. Best, -- Juvenn Woo Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Sunday, 29 March,

Re: how do you re-load a clojure library?

2015-03-29 Thread Dan Campbell
There it is, in Windows, at c:\Users\DC\.m2\repository, will try that, thanks Juvenn. On Sunday, March 29, 2015 at 8:08:22 AM UTC-4, juvenn wrote: Hi Dan, All jars files are kept at `~/.m2/repositories` on *nix, as far as I know. So you can just find and delete them over there. The

Re: how do you re-load a clojure library?

2015-03-29 Thread Andy-
Off topic for this list but I'm sure helpful to some: On Windows: You can see open file handles with MS's Process Explorer. On Linux: There is `lsof`, or if you like interactive: The popular `htop` utility allows you to press `l` to see all open ports, files and cwd of a process. This quickly

how do you re-load a clojure library?

2015-03-29 Thread Dan Campbell
If you wanted to sort of 'clean out' a clojar or any contrib, korma or core.async or whatever, how would you do that? In other words, if you wanted a specific library to be re-downloaded and deployed (i.e., refreshed) on your desktop, what command would you run? Or what folders would you