This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-13
Channels
- # aleph (1)
- # beginners (105)
- # boot (6)
- # cider (9)
- # cljs-dev (61)
- # cljsrn (59)
- # clojure (132)
- # clojure-germany (1)
- # clojure-italy (6)
- # clojure-russia (18)
- # clojure-spec (1)
- # clojure-uk (58)
- # clojurescript (56)
- # core-async (1)
- # cursive (17)
- # datomic (20)
- # docs (1)
- # duct (5)
- # editors (1)
- # emacs (7)
- # events (2)
- # figwheel (7)
- # fulcro (30)
- # graphql (8)
- # jobs (3)
- # leiningen (23)
- # luminus (14)
- # mount (6)
- # off-topic (41)
- # onyx (14)
- # protorepl (2)
- # re-frame (7)
- # reagent (32)
- # shadow-cljs (236)
- # tools-deps (92)
- # unrepl (8)
- # vim (60)
- # yada (1)
These are the duct_hiearchy.edn
files on my classpath:
(#object[java.net.URL 0x21ea7980 "jar:file:/home/tamas/.m2/repository/duct/module.web/0.6.4/module.web-0.6.4.jar!/duct_hierarchy.edn"] #object[java.net.URL 0x7e5591f0 "jar:file:/home/tamas/.m2/repository/duct/core/0.6.2/core-0.6.2.jar!/duct_hierarchy.edn"] #object[java.net.URL 0x70af2b72 "jar:file:/home/tamas/.m2/repository/duct/module.ataraxy/0.2.0/module.ataraxy-0.2.0.jar!/duct_hierarchy.edn"] #object[java.net.URL 0x1fdddee3 "jar:file:/home/tamas/.m2/repository/duct/server.http.jetty/0.2.0/server.http.jetty-0.2.0.jar!/duct_hierarchy.edn"])
In the standalone uberjar there is place only for one of them.duct_hiearchy.edn
files that are not under the root are not found by duct.core/hierarchy-urls
.
i'm probably missing something basic, if uberjarred duct applications work for you as expected.
the meeging is done by the lein-duct leiningen plugin: https://github.com/duct-framework/duct/blob/master/lein-duct/src/lein_duct/plugin.clj maybe thats missing from your project.clj?
*merging