> As the name says uberjar is what you should be able to run with no 
> worries about the classpath - all deps are included in the final jar. 
> Since you asked to exclude some deps, you likely run the final jar in 
> a kind of managed environment. Why are there some deps not the others? 
> What drives the exclusion? Wouldn't lein jar alone be enough? Why? 
> Just curious and try to understand what you've already done :) 
>
>
I plan to deploy the jar as a lib in another Java framework. This clojure 
.jar file depends on some common lib (API kind of thing) that will be 
included in the Java framework itself so I don't want to include another 
copy.

"uberjar" might not be the right command (BTW: i don't know what that name 
means), but is there any way to do it, without manually pick-and-package? 
Thanks.

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