Hi,

I've written a little clojure library that depends on a java library
for functionality. This java library is only available on
sourceforge.net. I have been using leiningen to manage my clojure
projects and I would like to add it as a dependency in my project.clj
file so I can publish my library to clojars.

Is there a standard solution this sort of dependency requirement? What
I did for development was to:

* download the java library
* build it with ant
* copy the jar to my lib/ directory
* hack

I would hate to have to add that to a README or INSTALL file. Surely
there's a simpler solution :)

Thank you.

-- 
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

Reply via email to