clj-on-windows

littleli 2022-03-12T20:13:38.813669Z

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

littleli 2022-03-22T09:53:04.992259Z

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

littleli 2022-03-22T09:54:21.630539Z

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.

Alex Miller (Clojure team) 2022-03-22T13:08:08.274969Z

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

👍 2
2022-03-21T21:03:55.381209Z

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?