Github user ptgoetz commented on the pull request: https://github.com/apache/storm/pull/429#issuecomment-74950459 For the build, I just ran `mvn clean install` at the top level of the source tree. For the repl, I ran (in the Intellij repl): ``` (load-file "/path/to/checkout/storm/security/auth/auth_test.clj") (ns backtype.storm.security.auth.auth-test) (run-tests) ``` That yielded no errors. If I run the same in the maven-clojue-plugin repl: ``` cd storm-core mvn clojure:repl ``` ``` (load-file "/path/to/checkout/storm/security/auth/auth_test.clj") (ns backtype.storm.security.auth.auth-test) (run-tests) ``` I get one error.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---