Re: Clojure 3.1 and Contrib(s)

2012-02-29 Thread Softaddicts
You need to include individual jars in your eclipse project dependencies if you want to benefit from the integrated REPL of the ccw eclipse plugin. The next ccw major release will have leiningen and eclipse project class path synchronization using the dependencies listed in your project.clj file

Re: Clojure 3.1 and Contrib(s)

2012-02-29 Thread sean neilan
Using eclipse to edit files is OK but *don't use it manage your dependencies in Clojure.* You should use leiningen to manage additions to your project. After starting a project with lein new projectName you can edit the project.clj file in the folder that is created. You'll see something like thi

Clojure 3.1 and Contrib(s)

2012-02-29 Thread Lawrence
Hello, I have clojure 1.2 and eclipse, with contrib, running together, but I don't understand how clojure 1.3 and eclipse integrate with the contributions. It seems like it's simplily a matter of getting a contrib from github and what? running it through lein and using the jar file? adding the sou