Fork me on GitHub
#lsp
<
2021-07-13
>
Noah Bogart13:07:21

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?

ericdallo13:07:00

probably missing mention that you need to make classes

👍 2
Noah Bogart13:07:04

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!

Noah Bogart13:07:06

thanks so much

borkdude13:07:35

You probably need to use bb tasks to avoid this error :P

Noah Bogart13:07:58

hah i was going to suggest seamlessly transitioning to just!

borkdude13:07:18

bb tasks = just for Clojure

ericdallo13:07:41

I thought about changing from make to bb, but the make is just calling clojure cli, so not sure worth it

borkdude13:07:03

if there are dependencies between tasks, then it could be worth it

borkdude13:07:31

you could check of the Java files are newer and then rebuild the classes only if needed

borkdude13:07:44

Make also supports this of course

ericdallo13:07:45

yeah, that would be nice

Noah Bogart21:07:44

Opened a pr to clean up the hover window a bit: https://github.com/clojure-lsp/clojure-lsp/pull/478

ericdallo21:07:47

Thanks for the effort 🙂 The screenshots look perfect, I'll test later today!

👍 2