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, octopusgrabbus <octopusgrab...@gmail.com> wrote:
> 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 go up one level cake help displays the help.
>
> Any thoughts as to what is wrong? Did I forget to initialize
> something?
> Thanks.
> cmn

-- 
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

Reply via email to