This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-21
Channels
- # aleph (2)
- # beginners (22)
- # boot (7)
- # chestnut (8)
- # cider (4)
- # clara (3)
- # cljs-dev (3)
- # cljs-experience (19)
- # clojure (69)
- # clojure-italy (8)
- # clojure-nl (1)
- # clojure-spec (11)
- # clojure-uk (17)
- # clojurescript (77)
- # cursive (22)
- # datomic (14)
- # events (1)
- # fulcro (78)
- # hoplon (51)
- # jobs (3)
- # keechma (1)
- # lambdaisland (1)
- # lumo (30)
- # off-topic (42)
- # om (22)
- # onyx (5)
- # parinfer (4)
- # portkey (1)
- # re-frame (15)
- # reagent (2)
- # ring (4)
- # spacemacs (1)
- # specter (23)
- # testing (1)
- # unrepl (60)
- # yada (8)
Following the example to write a self-contained script here: https://github.com/boot-clj/boot/wiki/Scripts I get “No such task (./scriptfilename)“. Has something changed since this documentation was written ?
@U0G75S29H what does your about look like? How are you calling it?
Thanks for the reply. about ? was calling it as an executable script in the current directory. In any case I found my issue was that I was using /usr/local/bin/genv which did not work, whereas /usr/bin/env worked, on Mac OS X. @U09LZR36F
@sekao unfortunately not as the file is read after the JVM is started
@alandipert it looks like https://github.com/boot-clj/boot/releases/tag/2.4.0 is the last release of boot.sh
, the expectation is that that doesn't need to change?