clj-on-windows

For those interested in making clj on Windows https://dev.clojure.org/jira/browse/TDEPS-67. Also see https://github.com/littleli/scoop-clojure.
2021-02-01T19:32:54.012800Z

Is there any trick to get by the

Program 'java.exe' failed to run: The filename or extension is too longAt ...
bug (using deps.edn /powershell) ?

borkdude 2021-02-01T19:34:08.013700Z

@jjttjj This is a very annoying bug which can be worked around in java 11 but this workaround hasn't been included in the clojure powershell scripts yet, I think. The other workaround is first creating an uberjar. :/

borkdude 2021-02-01T19:34:36.014100Z

or moving your dev and/or .m2 folder to a path with less elements

borkdude 2021-02-01T19:34:54.014400Z

all hacks basically

2021-02-01T19:37:28.015300Z

thanks for the heads up! I'll give the m2 thing a shot