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 test-csv)

Problem solved.

On Jun 25, 7:46 pm, Alan Malloy <a...@malloys.org> wrote:
> 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