This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-12
Channels
- # announcements (76)
- # babashka (10)
- # beginners (39)
- # biff (2)
- # calva (51)
- # chlorine-clover (8)
- # cider (6)
- # clj-kondo (15)
- # clj-on-windows (13)
- # cljdoc (26)
- # cljs-dev (8)
- # clojure (196)
- # clojure-austin (17)
- # clojure-europe (36)
- # clojure-nl (4)
- # clojure-spec (8)
- # clojure-uk (2)
- # clojurescript (18)
- # community-development (4)
- # conjure (1)
- # core-typed (38)
- # cursive (5)
- # datalevin (17)
- # datomic (19)
- # docker (1)
- # events (2)
- # interop (2)
- # jobs (4)
- # kaocha (28)
- # lsp (22)
- # nyc (1)
- # off-topic (10)
- # pedestal (1)
- # portal (22)
- # re-frame (22)
- # react (10)
- # shadow-cljs (19)
- # spacemacs (7)
- # tools-deps (11)
- # vim (14)
- # xtdb (7)
when running inside docker can I ensure somehow that all deps are already there? Should I use uberscript? I'm not sure about the usage because I like to use bb.edn tasks. I guess it's stretching the scope of tasks
✔️ 1
afaik there is ".m2", ".gitlibs" and ".deps.clj". I'm guessing ".m2" I can pull and community with deps.edn "mvn/local-repo". For .gitlib and deps.clj I don't know
Basically I'd like to produce all .m2 and .gitlibs deps I need and then then not use :deps so it doesn't pull
@U02CV2P4J6S You can make an uberjar and then set the classpath using --classpath
Checking out: at 644a7fc216e43d5da87b07471b0f87d874107d1a
{:warning "could not find classpath entry", :path "/home/benj/.gitlibs/libs/org.babashka/spec.alpha/644a7fc216e43d5da87b07471b0f87d874107d1a/src/main/java"}
{:warning "could not find classpath entry", :path "/home/benj/.gitlibs/libs/org.babashka/spec.alpha/644a7fc216e43d5da87b07471b0f87d874107d1a/src/main/resources"}
it seems to work despite the warns