Hi, I'm new to both Storm and Clojure. I'm trying to find a good development environment for Clojure code for Storm and hope someone can help with that.
I'm using eclipse with CounterClockWise plugin. I was able to do "mvn eclipse:eclipse" and import the project into eclipse. But when I try to find a symbol in clojure source files, it says "You need a running Clojure VM". So I "run" the storm-core project, which starts a REPL. Now I'm getting a different message "Cannot find declaration for symbol under cursor". I guess I don't have a valid Clojure project for the Clojure code. Now I'm stuck. Any advice will be appreciated. Thanks, Shanyu
