This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-13
Channels
- # announcements (1)
- # babashka (29)
- # beginners (64)
- # calva (4)
- # cider (5)
- # cljs-dev (3)
- # cljsrn (2)
- # clojure (100)
- # clojure-australia (2)
- # clojure-conj (7)
- # clojure-dev (9)
- # clojure-europe (31)
- # clojure-germany (1)
- # clojure-nl (2)
- # clojure-uk (13)
- # clojured (2)
- # clojurescript (62)
- # community-development (2)
- # conjure (1)
- # cursive (21)
- # datomic (39)
- # events (2)
- # fulcro (7)
- # graalvm (24)
- # graalvm-mobile (11)
- # holy-lambda (3)
- # jobs (7)
- # lsp (15)
- # malli (26)
- # music (1)
- # nyc (2)
- # off-topic (18)
- # reagent (23)
- # reitit (5)
- # remote-jobs (1)
- # shadow-cljs (2)
- # tools-deps (26)
- # vim (6)
- # xtdb (17)
I’m having trouble building clojure-lsp, I get a ClassNotFoundException
on clojure_lsp.ClojureExtensions. is there something not mentioned in the “Building” or “Development” pages I should know about?
hah make classes
said it was up to date and then running the classes
command in the makefile directly actually built it. i love programming!
thanks so much
hah i was going to suggest seamlessly transitioning to just
!
I thought about changing from make to bb, but the make is just calling clojure cli, so not sure worth it
you could check of the Java files are newer and then rebuild the classes only if needed
See fs/modified-since
here:
https://book.babashka.org/#_dependencies_between_tasks
Opened a pr to clean up the hover window a bit: https://github.com/clojure-lsp/clojure-lsp/pull/478