This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-19
Channels
- # aleph (9)
- # announcements (1)
- # asami (21)
- # aws (1)
- # babashka (4)
- # babashka-sci-dev (95)
- # beginners (35)
- # calva (27)
- # cider (17)
- # cljsrn (1)
- # clojure-europe (8)
- # clojure-norway (1)
- # clojuredesign-podcast (4)
- # clojurescript (18)
- # code-reviews (28)
- # core-logic (1)
- # cursive (3)
- # datalevin (2)
- # holy-lambda (3)
- # honeysql (1)
- # introduce-yourself (11)
- # kaocha (12)
- # lsp (11)
- # malli (9)
- # off-topic (46)
- # polylith (16)
- # re-frame (3)
- # reitit (2)
- # releases (2)
- # tools-deps (9)
- # web-security (1)
- # xtdb (2)
so guys, does anyone have any solutions to this https://clojurians.slack.com/archives/C01GE5PD249/p1647708845617339 ?
@U04V15CAJ exactly what we were talking right now 😂
@UL618PRQ9 When developing, do you have the Java library's source code on the classpath, or only the .class files?
I think so, I download the java lib and added to my deps
org.eclipse.jgit/org.eclipse.jgit {:local/root "/Users/matheusfrancisco/m/dev/jgit"}
but not sure if I did this rightany reason to just use the jar deps normally like other libs instead of manually downloading it? https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit/6.1.0.202203080745-r
don't, have i thought using the code I could navigate into it and look at functions definitions
I was using this way
org.eclipse.jgit/org.eclipse.jgit {:mvn/version "6.0.0.202111291000-r"}}
👍 1