hi, nativot is a leiningen plugin that is intended to deliver clojurians 
from the burden of classpath hells of any flavour.

highlights:

1) built upon lein uberjar and jdotsoft jarclassloader
2) makes it possible to deploy clojure application that depend upon any 
jar-files, native libraries, binary resources and other goodness
3) you can deploy your application as a single jar, as well as a single jar 
with externalized resources. more on this at 
http://www.jdotsoft.com/JarClassLoader.php
4) simple

notes:

1) still in beta
2) requires active internet connection
3) due to some leiningen project management pecularities, requires some 
manual project.clj adjustment, see the description at clojars, or the 
description in the next post in this thread
4) creates additional source folders in your project
5) worships the "just put that jar/native/binary nearby and it will be 
included" approach instead of the traditional "repeatability" maven-induced 
one. USE WITH CARE. the plugin is not intended to replace the repeatability 
approach. actually they are better used together.


clojars link: https://clojars.org/nativot

disclaimer: this is my first plugin for leningen and i am new to clojure, 
so take it easy. and thanks to Zach Tellman for kind guidance!

any success stories, failure stories, bug reports, ideas on improvement and 
such are welcomed.


-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to