Fork me on GitHub
#leiningen
<
2017-10-19
>
ccann00:10:15

I’m having trouble writing a plugin. I run my plugin on a project and inside eval-in-project print the classpath and I can see the project there but if I require a namespace from that project it’s a filenotfound exception

ccann00:10:55

but if I require ’src.foo.bar instead of ’foo.bar it works

noisesmith00:10:35

the project itself shouldn't be on classpath though, the src directory (or renamed equivalent) should be

ccann01:10:05

hmm, not sure why it’s the top level of the project and not src on the cp