Fork me on GitHub
#leiningen
<
2017-07-17
>
roberto20:07:59

Is there a way to get JUnit-like test reports?

xiongtx20:07:59

Why does :source-paths include src and src/main/clojure? Shouldn’t src/main/clojure be the only (clj) path, and src/main/java be for :java-source-paths? https://github.com/technomancy/leiningen/blob/master/sample.project.clj#L300

danielcompton21:07:03

@xiongtx I think it might just be demonstrating having multiple source paths?

xiongtx21:07:27

Is the source path non-recursive? I.e. only top-level? So you’d have src and src/main/clojure if you have .clj files directly under those 2 dirs?

danielcompton21:07:10

it is recursive

xiongtx15:07:59

It’s a confusing example then.

danielcompton22:07:24

sure, I can see that, you could open an issue to clarify it