crisptrutski / boot-cljs-test

Boot task to run ClojureScript tests.
53 stars 18 forks source link

AccessDeniedException with link to node_modules #61

Closed moxaj closed 7 years ago

moxaj commented 7 years ago

With the latest version (0.3.1), I get the following exception when invoking test-cljs:

            crisptrutski.boot-cljs-test/run-tests!              boot_cljs_test.clj:  139
       crisptrutski.boot-cljs-test/link-resources!              boot_cljs_test.clj:  111
                               boot.file/hard-link                        file.clj:  165
                    java.nio.file.Files.createLink                      Files.java: 1086
   sun.nio.fs.WindowsFileSystemProvider.createLink  WindowsFileSystemProvider.java:  608
  sun.nio.fs.WindowsException.rethrowAsIOException           WindowsException.java:   97
sun.nio.fs.WindowsException.translateToIOException           WindowsException.java:   83
java.nio.file.AccessDeniedException: C:\<...>\cr4\-iubjet\cljs_test\node_modules -> node_modules
crisptrutski commented 7 years ago

Thanks for reporting - seems soft/hard links should be opt-in, and file copying should come back as the default.

crisptrutski commented 7 years ago

@moxaj 0.3.2-SNAPSHOT brings back file copying