-------------------
description
-------------------

A Leiningen plugin to jar your project with arbitrary jars, native libs and 
resources into main jar.

   Based on the wonderful JDotSoft JarClassLoader.

   USAGE:

    A.
    ---
    Create a :nativot profile in your project.clj
    The map is this:
    :nativot {:nativot-inclusions [\"folder-1\" \"folder-2\"]
              :nativot-main your-project.core ;the main of you project as 
it would normally be
              :nativot-aot [your-project.core jcl.ep]} ;although that did 
not save lein.

    B.
    ---
    1) Due to the leiningens pecularities, only :nativot-inclusions matter
    2) You have to manually specify :java-source-paths 
[\"src/com/jdotsoft/jarloader\"]
    3) You have to manually specify :aot [you-project.core jcl.ep]

    Note: The jcl.ep is a must.

-- 
-- 
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