lein/maven are overkill for your users, but not for you. No matter how
small your project, it really is easier and simpler with a build tool,
and lein fits the bill. When you say "the compiled jar should
contain..." you're informally specifying the same thing that lein and
maven let you formally specify and automate. Create a lein project
with those libraries as dependencies, and then lein uberjar will
package it all up neatly into a single jar for you.

On Apr 27, 1:45 pm, cej38 <junkerme...@gmail.com> wrote:
> Hi,
>   I would like the simplest method to compile a few lines of clojure
> code into a jar file that I can distribute to some fellow scientists
> that don't know much (if anything) about java or clojure.  Since I am
> not creating a huge product that I will be updating often, maven and
> Lenningen seem like overkill.  The compiled jar file should contain
> the relevant clojure and clojure.contrib stuff within it, so that the
> other users don't have to worry about downloading clojure/contrib.
>
> Also, I would rather not unpack jar files from libraries that I used,
> if possible.
>
> Clojure's compile function is tantalizing, but then everyone would
> need to have the same versions of the libraries that I used, not just
> clojure and contrib.
>
> Thanks.
>
> Chad

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to