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.
timgilbert 2019-01-26T01:42:21.032900Z

No, it seems to 302 redirect me back to the main page at /brew-install

timgilbert 2019-01-26T01:42:57.033100Z

Maybe a permissions thing, I’d assume

alexmiller 2019-01-26T03:32:08.034100Z

Yep, I need to get someone else to tweak it

timgilbert 2019-01-26T19:54:17.037500Z

As a first usage report, I was able to build the zip file from Windows itself, versus Unix, in the MinGW64 environment that comes with Git for Windows. I needed to install maven and zip first via cinst maven and cinst zip (along with all the other murky messing about you need to do with get git /ssh / etc to work)

timgilbert 2019-01-26T20:17:08.039400Z

Next obvious problem is that the win-install.ps1 script winds up inside the clojure-tools.zip file but is written to first look for that zip file and then download it from http://clojure.org if it isn't there.

alexmiller 2019-01-26T21:10:44.040400Z

That’s probably due to some historical changing of install ideas but I don’t honestly remember