On Sun, Jul 8, 2012 at 1:47 AM, Pierre-Henry Perret <phper...@gmail.com> wrote: > > Using clojure.java.io/copy I get the following output: > > ___________ > Exception in thread "main" java.io.FileNotFoundException: > .lein-git-deps\project\cljs-src (Access denied) (NO_SOURCE_FILE:0 > ____________________ > > The sources files are in lein-git-deps\project\cljs-sr and destination in a > src/app in the same root projet directory. > > No idea what originate that message, because all files are present and the > app is not running while doing the copy. > > Any suggestion welcomed. > Thanks
It kind of looks like you're trying to use clojure.java.io/copy on a directory. It's only applicable to files, streams, readers, etc. Dave -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en