You can copy your jars in the <project>/lib directory and add the ":disable-implicit-clean true" option to your project.clj file. Leiningen will not delete your jars while building the project.
On Jul 11, 6:23 pm, finbeu <info_pe...@t-online.de> wrote: > Hello, > > I have some external jar libaries that I need to import in my clojure > namespace. As I just started to use leinigen, I don't understand how to add > them to my project. Let's say the library resides in c:\temp\jars\mylib.jar > > How do I add this properly to mein leinigen project? > > (defproject myproject "1.0.0-SNAPSHOT" > :description "FIXME: write description" > :dependencies [[org.clojure/clojure "1.2.1"] > [org.clojure/clojure-contrib "1.2.0"] > [WHAT TO PUT IN HERE?]]) > > I assume I have to put that to .m2 repository but how? > > Thanks. > > - Finn -- 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