This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-07-17
Channels
- # bangalore-clj (2)
- # beginners (51)
- # boot (20)
- # cider (14)
- # clara (1)
- # cljs-dev (14)
- # cljsrn (50)
- # clojure (140)
- # clojure-dev (5)
- # clojure-france (1)
- # clojure-gamedev (3)
- # clojure-italy (4)
- # clojure-poland (3)
- # clojure-russia (8)
- # clojure-sg (1)
- # clojure-spec (64)
- # clojure-uk (51)
- # clojurescript (54)
- # core-typed (1)
- # data-science (2)
- # datomic (61)
- # docker (1)
- # emacs (6)
- # events (1)
- # graphql (1)
- # hoplon (14)
- # leiningen (8)
- # luminus (3)
- # mount (6)
- # off-topic (18)
- # om (17)
- # parinfer (34)
- # pedestal (47)
- # play-clj (1)
- # protorepl (1)
- # re-frame (56)
- # reagent (11)
- # ring-swagger (5)
- # rum (6)
- # sql (1)
- # uncomplicate (2)
- # vim (3)
- # yada (31)
@U05207L4M https://clojure.github.io/clojure/clojure.test-api.html#clojure.test.junit/with-junit-output
Why does :source-paths
include src
and src/main/clojure
? Shouldn’t src/main/clojure
be the only () path, and
src/main/java
be for :java-source-paths
?
https://github.com/technomancy/leiningen/blob/master/sample.project.clj#L300
@xiongtx I think it might just be demonstrating having multiple source paths?
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?
it is recursive
sure, I can see that, you could open an issue to clarify it