This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-12
Channels
- # babashka (37)
- # beginners (27)
- # biff (1)
- # calva (18)
- # cider (45)
- # clj-on-windows (5)
- # cljsrn (1)
- # clojure (90)
- # clojure-art (3)
- # clojure-uk (1)
- # clojurescript (7)
- # core-logic (4)
- # datomic (4)
- # events (2)
- # fulcro (3)
- # hyperfiddle (23)
- # leiningen (66)
- # malli (1)
- # meander (7)
- # nrepl (1)
- # off-topic (9)
- # pathom (1)
- # re-frame (15)
- # reitit (19)
- # remote-jobs (1)
- # shadow-cljs (103)
I put together notes on "arguments files" that is a solution to "long classpath problem". It's basically just an extract from the official documentation, which is quite difficult to search for on search engines. Maybe it helps someone. https://github.com/littleli/scoop-clojure/wiki/Notes-on-java-Command-Line-Argument-Files
Thanks! this is useful, I regularly fight with that issue every few months, and i didn't know about the @
thing. Is there an easy way to use that with the clojure cli to solve the long classpath issue? Or are these just notes on an eventual/potential solution?
@U064UGEUQ I don't know, but my guess is not yet. I've to admit I know very little about clojure cli.
I would like to know opinion from @U064X3EF3 if this can be addressed by the tooling. I'm unfortunately clojure hobbyist with very little beef in the game.
We have a ticket and a patch for that but I haven't gotten around to looking at it yet