Re: How to Build "Slim" Version of clojure-contrib

2010-12-30 Thread OGINO Masanori
Hello. Thank you for response, Stuart Sierra. I'm looking forward to complete new build configuration work and I'll use little build script for a while :-) Thank you. 2010/12/30, Stuart Sierra : > Currently, clojure-contrib's pom.xml is configured to build source-only JARs > for all libraries ex

Re: How to Build "Slim" Version of clojure-contrib

2010-12-29 Thread Stuart Sierra
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

How to Build "Slim" Version of clojure-contrib

2010-12-28 Thread OGINO Masanori
Hello. I want to build the "slim" version of clojure-contrib which includes only .class files if they can be compiled ahead on time. "mvn package" makes the full version and .clj files won't be compiled unless they use gen-class, isn't it? I know that the slim version is less functional, for exam