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 to work though with Clojure-created classfiles, 
 even when using aot compilation. At runtime, when doing a require/use 
 it still tries to load the old classname and not the new classname 
 substituted by jarjar. Has anyone had success with jarjar/clojure?

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


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 still tries to load the old classname and not the new classname
substituted by jarjar. Has anyone had success with jarjar/clojure?

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