On Aug 1, 9:59 am, Ken Wesson <[email protected]> wrote: > On Mon, Aug 1, 2011 at 12:49 AM, pmbauer <[email protected]> wrote: > > "What if you have the JAR on a disk somewhere, for other reasons, but > > until now it wasn't a dependency of that particular project?" > > Your assertion that dependency management systems are in any way > > disadvantaged to manual dependency management in terms of SPOF or requiring > > a network connection is merely incorrect. > > I might be able to disprove your scurrilous charge if I knew what the > heck you meant by "SPOF". >
I guess he meant "Single-point-of-failure". > > See mvn install:install-file > > >http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html > > Not relevant. We were discussing use of lein deps. I think it IS relevant to what you mentioned earlier: "What if you have the JAR on a disk somewhere..." - you can install the JAR to your local repo that "lein deps" can fetch from. Regards, Shantanu -- 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
