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