I'm using Counterclockwise eclipse plugin on a leiningen Clojure project. I need to run a repl from Eclipse and make it load a different leiningen project than the default. Since the default one is being loaded, I get multiple classpath errors on dependencies that are on the profile I want to use, but not on the default profile. Anyone knows how it can be done?
Asked
Active
Viewed 62 times
1 Answers
0
Apparently you can't with the latest version of counterclockwise (0.27). I managed to get it to work with IntelliJ and La Clojure using maven export of the project.

Omri
- 1,058
- 3
- 14
- 26