Add a message in the jar task.

This commit is contained in:
Phil Hagelberg 2010-01-01 21:57:56 -08:00
parent 793285c335
commit 258f72e755

View file

@ -75,5 +75,6 @@ as the main-class for an executable jar."
{:type :path :path (str (:root project) "/project.clj")}]]
;; TODO: support slim, etc
(write-jar project jar-file filespecs)
(println "Created" jar-file)
jar-file))
([project] (jar project (str (:name project) ".jar"))))