boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
alexmiller 2018-05-02T02:09:00.000045Z

Probably a bad version check but 9 should work

sekao 2018-05-02T03:10:16.000140Z

maybe part of the problem is that i installed the jdk with http://scoop.sh/

sekao 2018-05-02T03:11:45.000061Z

scoop added it to the path correctly, but boot may be looking for something in the registry that isn't there... if it still uses launch4j like this older issue mentions https://github.com/boot-clj/boot/issues/353

bocaj 2018-05-02T17:58:35.000461Z

I've had issues with other java installers messing with scoop path. Review your user and sys path variables

bocaj 2018-05-02T17:59:02.000597Z

And yes, it looks like launch4j is used, and the default error message for a missing jdk is simply that 7 is missing

2018-05-02T18:26:09.000168Z

i plan on releasing 2.7.3 this week unless anyone objects, here's what's new: https://github.com/boot-clj/boot/blob/master/CHANGES.md

2018-05-02T18:26:22.000696Z

changelog and PRs look to be in pretty good shape, but if i'm missing something pls let me know

richiardiandrea 2018-05-02T19:27:47.000459Z

@alandipert I think @bhagany did a good job in https://github.com/boot-clj/boot/pull/680 and we should review that carefully...I fixes a problem with sift

2018-05-02T19:30:51.000141Z

@richiardiandrea thanks, i ran into that yesterday i think. i'll take a closer look