On Jun 6, 2:47 pm, Vicente Bosch Campos <vbosch.cloj...@gmail.com> wrote: > 1) Create project with Leiningen on the command console: lein new > monkeyproject > 2) If I select to open an existing project and point out to the project.clj: > - I have to add manually the lib folder to the dependencies > otherwise running wont work. > - It does not add directly the clojure "aspect" or tooling > 3) When I select run on the project.clj it indicates me: > > /Users/vbosch/Programming/Clojure/hello/project.clj > Exception in thread "main" java.lang.Exception: Unable to resolve symbol: > defproject in this context
The project.clj file is just meant to be used by Leiningen. Your project's actual code should go in src/. Can you load any of the files in there? -Phil -- 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