Re: Clojure + jarjar to avoid dependency conflicts

2013-11-02 Thread Jason Jackson
+1 Any clojure users have any luck with jarjar? On Tuesday, 6 March 2012 15:27:52 UTC-8, nathanmarz wrote: > > I've been playing around with the "jarjar" tool ( > http://code.google.com/p/jarjar/ > ) in order to package my jar to avoid dependency conflicts with other > libs. It doesn't seem

Clojure + jarjar to avoid dependency conflicts

2012-03-06 Thread nathanmarz
I've been playing around with the "jarjar" tool ( http://code.google.com/p/jarjar/ ) in order to package my jar to avoid dependency conflicts with other libs. It doesn't seem to work though with Clojure-created classfiles, even when using aot compilation. At runtime, when doing a require/use it st