boot-clj / boot-new

Generate new projects based on Boot Templates and/or Leiningen Templates!
https://clojars.org/boot/new
Eclipse Public License 1.0
155 stars 42 forks source link

"boot test" fails in task template #13

Closed jstaffans closed 8 years ago

jstaffans commented 8 years ago
> 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.

seancorfield commented 8 years ago

Good catch. Will take a look today.