Currently, clojure-contrib's pom.xml is configured to build source-only JARs for all libraries except those four that require ahead-of-time compilation.
We are in the process of developing a unified build configuration for clojure-contrib projects, including new libraries such as core.unify and tools.nrepl. See http://dev.clojure.org/display/design/Common+Contrib+Build for details. I will see if we can make "slim" JARs an available target in this new configuration. In the mean time, you can manually construct a "slim" JAR by calling `compile` at the REPL and packaging up the resultant .class files yourself. -Stuart Sierra clojure.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
