Hmm, no it is just a syntax thing with your project, This works: (defproject test "1.0.0-SNAPSHOT" :description "FIXME: write description" :dependencies [[org.clojure/clojure "1.5.1"] [org.clojure/math.numeric-tower "0.0.2"]] :repl-options {:init (use 'clojure.math.numeric-tower)} )
You had closed the opening paren on the :dependencies line. And :dependencies isn't allowed inside :repl-options, which was causing the org.clojure error. -- Dave On Tue, Nov 19, 2013 at 5:56 PM, David Powell <djpow...@djpowell.net> wrote: > Hmm, maybe you need to use this: > > https://github.com/technomancy/leiningen/blob/master/sample.project.clj#L209 > > -- > Dave > > > > On Tue, Nov 19, 2013 at 5:51 PM, Andy Smith > <the4thamig...@googlemail.com>wrote: > >> Ok valid point, but I still get the same kind of errors? >> >> -- >> -- >> 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 >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to clojure+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.