Lauri Pesonen <lauri.peso...@iki.fi> writes: > Drawing a parallel between Ruby and Clojure, a Clod package could > expect jars to be available on the platform at package install time. > It would be up to the user to install those jars before trying to > install a Clod package. The user is free to install the jar either > manually, with Ivy, or with Maven.
Installing Java dependencies is usually the only nontrivial step in building a Clojure project. If a package manager doesn't handle this, it's not very useful to me. Luckily it turns out building on the Maven repository format is actually *really easy*; I've implemented it in Corkscrew in about two hundred lines of code. Ivy uses Maven's repository format, so this supports pretty much everything out there modulo the Java folks who are crazy enough to perform dependency resolution by hand. -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 -~----------~----~----~----~------~----~------~--~---