Hi On 9 September 2011 07:43, jayvandal <[email protected]> wrote: > I have installed cake accoring to the instructions. I then attempt ot > run the sql and I get this information. I don't know where to look. > Could anyone explain what the problem is??? > Thanks in advance > ===========================================Microsoft [...] > C:\clojure-1.2.1\LauJensen-clojureql-995590e>lein repl > Exception in thread "main" java.lang.reflect.InvocationTargetException [...] > Caused by: java.lang.Exception: No such namespace: Cake (project.clj: > 1) [...]
I have never used cake, but I think it's basically an alternative to Leiningen. What happens if you try "cake repl" instead of "lein repl"? -- Michael Wood <[email protected]> -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
