Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
binarykitchen opened this issue Apr 28, 2016 · 2 comments

Comments

@binarykitchen
Copy link

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
Copy link
Owner

Can you provide your build.boot?

@binarykitchen
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants