我正在尝试教程 https://github.com/magomimmo/modern-cljs/blob/master/doc/second-edition/tutorial-02.md
我是通过使用命令
启动的boot serve -d target watch cljs target -d target
当我更改cljs文件时,我看到了这个异常
写main.cljs.edn ...
编译ClojureScript ...
òmain.js
写目标目录...
java.util.concurrent.ExecutionException:java.nio.file.AccessDeniedException:
target \ main.out \ modern_cljs \ core.js
java.nio.file.AccessDeniedException:target \ main.out \ modern_cljs \ core.js
file:“target \ main.out \ modern_cljs \ core.js”
我的boot.properties
包含:
#http://boot-clj.com
#Tue Jan 03 23:11:53 CST 2017
BOOT_CLOJURE_NAME=org.clojure/clojure
BOOT_CLOJURE_VERSION=1.8.0
BOOT_VERSION=2.5.5
BOOT_EMIT_TARGET=no
BOOT_HOME=D:/onemoretime/temp
问题发生在没有BOOT_HOME
属性的情况下。