Re: distributing a clojure application as self contained .jar - guide

2008-12-12 Thread Perry Trolard
+ 1 on curiosity re: this question. In my limited Java experience, I find it more common to see a directory full of jars accompanying an application, but the benefits of a self-contained executable jar seem pretty self-evident, especially for an app who's only dependencies are clojure.jar & cloju

distributing a clojure application as self contained .jar - guide

2008-12-12 Thread prhlava
Hello, What is the position on distributing clojure classes with user application classes in single .jar file. Is including the license for clojure in the .jar as a text file enough? I would like to amend: http://en.wikibooks.org/wiki/Clojure_Programming/Tutorials_and_Tips section 1.9 so the "