Fork me on GitHub
#boot
<
2017-08-21
>
superstructor01:08:01

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 ?

dominicm07:08:52

@U0G75S29H what does your about look like? How are you calling it?

superstructor07:08:34

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

dominicm07:08:05

Ah, that would be it then :)

sekao13:08:59

can you specify BOOT_JVM_OPTIONS inside of the boot.properties file?

martinklepsch14:08:22

@sekao unfortunately not as the file is read after the JVM is started

danielcompton22:08:46

@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?