This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-13
Channels
- # babashka (1)
- # beginners (11)
- # cider (8)
- # clj-kondo (7)
- # clojure (35)
- # clojure-italy (2)
- # clojurescript (6)
- # conjure (5)
- # datomic (10)
- # duct (7)
- # fulcro (9)
- # helix (2)
- # introduce-yourself (5)
- # lsp (3)
- # malli (7)
- # meander (3)
- # off-topic (8)
- # pathom (3)
- # podcasts-discuss (2)
- # portal (9)
- # reitit (7)
- # releases (3)
- # shadow-cljs (43)
- # sql (25)
- # tools-deps (3)
When invoking t.d.a via the CLI from Cursive, currently I have to search under the install dir for the uberjar since its location isn’t returned by -Sdescribe
. Currently I look for a jar with “tools” in the name and a jar extension. I’ve just debugged a problem with a user where an older version of deps was being used in his case, presumably because his installer leaves older versions of the jar floating around (this is on Linux). Is it a reasonable assumption that the uberjar name will also contain the version? Everything I’ve seen so far seems to be named “clojure-tools-<version>.jar” so hopefully that’s reasonable.
i submitted a GitHub issue for this a while back and am glad to hear that it's being addressed: https://github.com/cursive-ide/cursive/issues/2105