Re: (use '[... and classpath

2008-12-12 Thread Bruce Butterfield
s/closure/clojure/ On Fri, Dec 12, 2008 at 3:37 PM, Oscar Picasso wrote: > > I can write a): > user> (use '[clojure.contrib.str-utils :only (str-join)]) > nil > > and b) > user> clojure.xml/parse > # > > But not c) > (use '[closure.xml :only (parse)]) > java.io.FileNotFoundException: Could not lo

Re: (use '[... and classpath

2008-12-12 Thread J. McConnell
On Fri, Dec 12, 2008 at 6:37 PM, Oscar Picasso wrote: > > java.io.FileNotFoundException: Could not locate closure/ You've got cloSure instead of cloJure. - J. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cloju

(use '[... and classpath

2008-12-12 Thread Oscar Picasso
I can write a): user> (use '[clojure.contrib.str-utils :only (str-join)]) nil and b) user> clojure.xml/parse # 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 cla