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- <[email protected]> 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: 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 allows you to figure out where the .jar's are actually loaded > from. > Both are very good to know in general. > HTH > On Sunday, March 29, 2015 at 10:11:18 AM UTC-4, Dan Campbell wrote: >> >> >> >> 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 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, 2015 at 7:43 pm, Dan Campbell wrote: >>> >>> >>> 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 clean out? >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To post to this group, send email to [email protected] >>> Note that posts from new members are moderated - please be patient with >>> your first post. >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/clojure?hl=en >>> --- >>> You received this message because you are subscribed to the Google Groups >>> "Clojure" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >>> >>> > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
