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
@jjttjj 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 @alexmiller 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
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?