How To Speed Up lein Uberjar Buid?

Up vote 3 down vote favorite 1 share g+ share fb share tw.

I have a Clojure "main" application that depends on several Clojure libraries, two of which are mine. The compile phase, whether just compiling or running uberjar takes a long time. It's on the order of at least one minute or more.

Neither of my libraries nor main are very large. My libraries' and main project. Clj files contain :aot bene-cmp.

Core :omit-source true directives. What can I do, if anything, to speed up the build process? Here are the three project.

Clj files. Project. Clj main ;$Log$ ; (defproject bene-cmp "1.0.0-SNAPSHOT" :description "This is the main benetrak/GIC comparison program.

" :dependencies org. Clojure/clojure "1.3.0" org. Clojure/tools.

Cli "0.1.0" clojure-csv/clojure-csv "1.2.4" seesaw "1.4.0" bene-csv "1.0.0-SNAPSHOT" util "1.0.0-SNAPSHOT" :aot bene-cmp. Core :omit-source true :main bene-cmp. Core) project.

Clj library 1 (defproject util "1.0.0-SNAPSHOT" ;$Log: project. Clj,v $ ;Revision 1.3 2012/04/04 18:24:36 cvsuser ;Take II on comments. (comment ) does not work.

; ;Revision 1.2 2012/04/04 18:20:54 cvsuser ;New library for Clojure. Add CVS comments. :description "A general purposes Clojure library" :dependencies org.

Clojure/clojure "1.3.0" org. Clojure/tools. Cli "0.1.0" :aot util.

Core :omit-source true) project. Clj library 2 (defproject bene-csv "1.0.0-SNAPSHOT" ;$Log: project. Clj,v $ ;Revision 1.2 2012/04/05 22:50:24 cvsuser ;Update and add cvs logging.

; :description "A csv parsing library" :dependencies org. Clojure/clojure "1.3.0" clojure-csv/clojure-csv "1.3.2" util "1.0.0-SNAPSHOT" :aot bene-csv. Core :omit-source true) Thank You.

Clojure leiningen link|improve this question edited 3 hours ago asked 3 hours agooctopusgrabbus859213 100% accept rate.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions