Perry Trolard <trol...@gmail.com> writes: > I wasn't clear. By "development environment," I meant my `clj` script, > not any particular project per se. In my clj script, I specify a place > on the filesystem to drop jars that I want on the classpath when its > invoked; I know others have setups like this. I always put clojure & > clojure-contrib on the classpath, so I simply want the Clojure library > & any of its dependencies zipped up in a sort of uberjar-minus-clojure > (to avoid shadowing, as you mention). > > I suppose I could create a leiningen project for my clj script, > specifying libraries I want as dependencies & then just putting its > uberjar on the classpath, but this requires that the libraries are > available in maven repos. Have other leiningen users solved this?
Any time you have dependencies that aren't in repositories, it's going to cause pain. It's much better to put them in a repository, even if it's a private/local one, than to bend Leiningen to work with bare jars. -Phil -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en