Fork me on GitHub
#clj-on-windows
<
2022-03-12
>
littleli20:03:38

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

jjttjj21:03:55

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?

littleli09:03:04

@U064UGEUQ I don't know, but my guess is not yet. I've to admit I know very little about clojure cli.

littleli09:03:21

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.

Alex Miller (Clojure team)13:03:08

We have a ticket and a patch for that but I haven't gotten around to looking at it yet

👍 2