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