liebke
unread,Oct 30, 2009, 9:43:47 PM10/30/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Incanter
The build process now pre-compiles the Incanter *.clj files using :gen-
class. Previously they were just included in the jar and compiled at
runtime.
I have also added a new ant target, called incanter-core, that builds
an incanter.jar that only includes the 'core' and 'stats' libraries
and therefore only depends on clojure.jar and the Parallel Colt jars
in the ${INCANTER_HOME}/lib directory (i.e. colt.jar, netlib.jar,
arpack-combo.jar).
Incanter-core is intended for back-end processing where charts and
visualizations are not required (e.g. Hadoop/Cascading jobs).
David