Sam, > consider there exists foo.jar on Clojars which contains a bunch of asset > files i.e. png images. If I were to declare foo as one of my > project's dependencies, is it possible to get access to those asset files? I > essentially want a path to a non-zipped version of each > asset.
I think `clojure.java.io/resource` will do the trick for you. You just need to know the path to the png file inside the JAR and as long as the JAR is in your classpath, you should be able to read it. Regards, BG -- Baishampayan Ghose b.ghose at gmail.com -- 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