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 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 depends 
> on midje in its :dev profile. I am starting the repl through cider-jack-in, 
> and the :dev profile is active in the main project, but from reading the 
> lein docs it seems that maybe the :dev profile isn't being activated for 
> the dependent project?
>
> I could add midje as a depency in my main project (which is what I'm doing 
> now to stop the error), but is there a better way to fix this?
> Thanks to anyone who can help solve this.
>
> Chris.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to