Re: Strange Problem With Cake

2011-06-26 Thread octopusgrabbus
Thank you, and you are most correct. I'm getting there w/ remembering parentheses. defproject test-csv "0.1" :description "A clojure-csv test" :dependencies [[org.clojure/clojure "1.2.1"] [org.clojure/clojure-contrib "1.2.0"] [clojure-csv/clojure-csv "1.2.1"]] :main

Re: Strange Problem With Cake

2011-06-25 Thread Alan Malloy
It sounds like your project.clj is broken, possibly because it reads defproject test_csv ... instead of (defproject test_csv ...) But my psychic powers reach no further than that. Maybe you should paste your project.clj, or even your whole project on github. On Jun 25, 4:41 pm, octopusgrabb