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
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
I'm on a home system, same version of Ubuntu as at work. I am able to
build clojure-csv with no problems using cake.
When sitting in my project directory, test_csv, even cake help results
in this error
Caused by: java.lang.Exception: Can't take value of a macro:
#'cake.core/defproject
but when I