Apparently. I'm completely baffled by module naming and references. jdbc in project.clj is org.clojure/java.jdbc, but is clojure.java.jdbc in the (ns) call? gloss is gloss in project.clj but gloss.core, gloss.io in the (ns) call.
Is unzipping the jars the only way to know how to reference a module? The gloss docs also don't appear to mention the namespaces. On Monday, October 8, 2012 5:00:17 PM UTC-7, Michael Klishin wrote: > > 2012/10/9 Brian Craft <craft...@gmail.com <javascript:>> > >> adding a (:require [gloss]) to my (ns) call always results in this: >> >> java.io.FileNotFoundException: Could not locate gloss__init.class or >> gloss.clj on classpath: , compiling:(core.clj:1) >> > > There is no gloss namespace. It is not common and a terrible practice to > have single-segment namespaces. > Did you mean gloss.core? > > http://ztellman.github.com/gloss/ > https://github.com/ztellman/gloss/tree/clj-1.3/src/gloss > -- > MK > > > -- 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