martinklepsch / tenzing

⚡️ Clojurescript application template using Boot
Eclipse Public License 1.0
403 stars 39 forks source link

java.util.concurrent.ExecutionException: java.nio.file.NoSuchFileException: target/js/app.out #58

Open binarykitchen opened 8 years ago

binarykitchen commented 8 years ago

Seeing this everytime in the middle of boot dev

Compiling ClojureScript...
• js/app.js
java.util.concurrent.ExecutionException: java.nio.file.NoSuchFileException: target/js/app.out/cljs_deps.js
      java.nio.file.NoSuchFileException: target/js/app.out/cljs_deps.js
    file: "target/js/app.out/cljs_deps.js"
 sun.nio.fs.UnixException.translateToIOException           UnixException.java:   86
   sun.nio.fs.UnixException.rethrowAsIOException           UnixException.java:  102
   sun.nio.fs.UnixException.rethrowAsIOException           UnixException.java:  107
      sun.nio.fs.UnixPath.openForAttributeAccess                UnixPath.java:  787
sun.nio.fs.UnixFileAttributeViews$Basic.setTimes  UnixFileAttributeViews.java:   74
                                             ...                                   
                          boot.filesystem/touch!               filesystem.clj:   44
                          boot.filesystem/patch!               filesystem.clj:   84
                                             ...                                   
                 clojure.core/apply/invokeStatic                     core.clj:  652
                         clojure.core/partial/fn                     core.clj: 2534
                                             ...                                   
       boot.core/fileset-syncer/fn/iter/fn/fn/fn                     core.clj:  777
             clojure.core/binding-conveyor-fn/fn                     core.clj: 1938
                                             ...                                   
Elapsed time: 0.451 sec
martinklepsch commented 8 years ago

Can you provide your build.boot?

binarykitchen commented 8 years ago

https://gist.github.com/binarykitchen/679f54653b97a534364bf2313cce3515