Hi, But there is a second problem. It (apparently) tries two save the jar file > in > C:\Users\<Username>\.lein\self-installs\leiningen-x.y.z-standalone.jar > > But it looks like it doesn't deal correctly with spaces in the path. If > your Username > were to be "John Doe", only the part in front of the space is used as the > install path. > > So the leiningen jar-file would actually be a file named "John" in the > directory C:\Users, > instead of C:\Users\John > Doe\.lein\self-installs\leiningen-x.y.z-standalone.jar. >
I think all of these problems, and Robertos issue are caused by the same lein.bat. The permissions problem is probably because the spaces in the profile are causing lein to attempt to write outside of the user profile. I think that this patch fixes the issue: https://github.com/djpowell/leiningen/commit/bd9e2e25508cfc01889057349b133941ff4fc379 It seems that quotes around powershell parameters on the command-line need to be triple-double-quoted :) -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.