Confusion about JARs Leiningen

2011-02-04 Thread Conrad
Hi everyone: Even though I'm an intermediate clojure user, I realize there's some basic things I just don't understand about JARs and Leiningen. It seems to me the answers to these questions would make great additions to the Leiningen FAQ (unless I'm the only one boneheaded enough not to be able

Re: Confusion about JARs Leiningen

2011-02-04 Thread Mark Rathwell
These are all questions about Maven, the dependency management / build system used by many Java developers, on top of which leiningen is built. 1. The sources are publicly accessible maven repositories, of which clojars is one. When running 'lein deps', you can see the repositories that

Re: Confusion about JARs Leiningen

2011-02-04 Thread Luc Prefontaine
On Fri, 4 Feb 2011 08:30:21 -0800 (PST) Conrad drc...@gmail.com wrote: Hi everyone: Even though I'm an intermediate clojure user, I realize there's some basic things I just don't understand about JARs and Leiningen. It seems to me the answers to these questions would make great additions to

Re: Confusion about JARs Leiningen

2011-02-04 Thread Conrad
Thanks guys for the informative replies! -Conrad On Feb 4, 11:30 am, Conrad drc...@gmail.com wrote: Hi everyone: Even though I'm an intermediate clojure user, I realize there's some basic things I just don't understand about JARs and Leiningen. It seems to me the answers to these questions

Re: Confusion about JARs Leiningen

2011-02-04 Thread Phil Hagelberg
On Feb 4, 11:06 am, Conrad drc...@gmail.com wrote: Thanks guys for the informative replies! Probably also worth reading the tutorial (lein help tutorial in recent versions) as it covers these questions in more depth. -Phil -- You received this message because you are subscribed to the Google