I was trying to build clojure clr. As given in the instructions, I have unloaded the Tests project. During compilation of the Coljure.Compile project, I see the following error on the "Output" window
C:\sriram\work\clojure\clojure-clr\Clojure\Clojure.Compile\bin\Debug \Clojure.Compile.exe clojure.core clojure.set clojure.zip clojure.main clojure.walk clojure.stacktrace clojure.template clojure.test clojure.test.tap clojure.test.junit Access is denied. C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets (3397,13): error MSB3075: The command "C:\sriram\work\clojure\clojure- clr\Clojure\Clojure.Compile\bin\Debug\Clojure.Compile.exe clojure.core clojure.set clojure.zip clojure.main clojure.walk clojure.stacktrace clojure.template clojure.test clojure.test.tap clojure.test.junit" exited with code 5. Please verify that you have sufficient rights to run this command. Done building project "Clojure.Compile.csproj" -- FAILED. ========== Build: 6 succeeded or up-to-date, 1 failed, 0 skipped ========== I tried to run with admin privileges. I still get the same error. Can anyone tell me how to resolve the issue ? thanks, sriram. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
