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.
carkh 2019-08-01T15:55:09.313600Z

https://github.com/cark/clojure-cli-portable Now with TDEPS-120 fix, and a new switch -Scp-jar, to test it without spending the night adding deps until you reach a 32k command line ><

2019-08-01T21:07:29.314800Z

@carkh did a git pull, but script\build.cmd gives an error here now:

[stuff elided]\clojure-cli-portable\src\classpathjar.nim(3, 11) Error: cannot open file: zip/zipfiles
!!! COMPILE ERROR !!!

2019-08-01T21:09:20.315300Z

tried the 0.0.5 installer -- does that have your TDEPS-120 fix?

2019-08-01T21:22:43.315600Z

could the error be related to this? https://forum.nim-lang.org/t/1857

2019-08-01T21:24:10.316300Z

fwiw, script/build_all on a linux distribution also yields a similar error

2019-08-01T21:32:32.318200Z

ok, so now the repository i mentioned before (https://github.com/sogaiu/adorn) gives indications of a command line limitations -- from: clj -A:native-image, i get: The command line is too long is there something i can try with the latest clojure-cli-portable to work around this?