I can write a): user> (use '[clojure.contrib.str-utils :only (str-join)]) nil
and b) user> clojure.xml/parse #<xml$parse__5321 clojure.xml$parse__5...@b655a> But not c) (use '[closure.xml :only (parse)]) java.io.FileNotFoundException: Could not locate closure/ xml__init.class or closure/xml.clj on classpath: (NO_SOURCE_FILE:0) [Thrown class clojure.lang.Compiler$CompilerException] I don't understand. Since I could write b), I didn't expect a classpath problem with closure.xml since I could write b). I use emacs + slime. --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---