As per the subject, is there a way to generate a jar file that consists of 
only the source files specified within a profile for example:

:source-paths ["xyz"]

:profiles
    {:a_profile 
       {:main a.b.c
        :name abc
        :source-paths ["abc"]}
}

Basically, all I want to be able to do, is to generate a jar file with ONLY 
files under the :source-paths ["abc"] directory using "lein with-profile 
a_profile jar".

Any help is greatly appreciated.

-- 
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/d/optout.

Reply via email to