Re: tools.namespace.repl refresh is trying to refresh test dependencies we don't need

2014-03-23 Thread Stuart Sierra
I have encountered this problem as well. The simple fix is to remove the `checkouts` directory. I haven't found another way. -S On Friday, March 21, 2014 10:29:54 AM UTC-7, Christopher Poile wrote: > > Hi all, > > clojure.tools.namespace.repl/refresh tries to load (and run) the test > files f

tools.namespace.repl refresh is trying to refresh test dependencies we don't need

2014-03-21 Thread Christopher Poile
Hi all, clojure.tools.namespace.repl/refresh tries to load (and run) the test files from a dependent project and, since we don't use midje on the main project, it fails when it can't find midje on the classpath. The dependent project is a symlink in the checkouts directory, and that project dep