On Tue, Jun 12, 2012 at 3:00 PM, Warren Lynn <wrn.l...@gmail.com> wrote: > 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.
If you don't need AOT then you can include the common lib in dependencies in the :dev profile. If you need AOT then you'll have to write a plugin that works like a more selective variant of uberjar. -Phil -- 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