> boot -d seancorfield/boot-new new -t task -n boot-test-test
> cd boot-test-test
> boot test
...
clojure.lang.Compiler$CompilerException: java.io.FileNotFoundException: Could not locate boot/core__init.class or boot/core.clj on classpath., compiling:(boot_test_test/core.clj:1:1)
java.io.FileNotFoundException: Could not locate boot/core__init.class or boot/core.clj on classpath.
When using a different built-in template, such as template, boot test works.
When using a different built-in template, such as
template
,boot test
works.