quan-xie / goclipse

Automatically exported from code.google.com/p/goclipse
0 stars 0 forks source link

MKDIR: Access is denied #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create new Go project
2. Create subfolder for a package
3. Create file Go in the package

What is the expected output? What do you see instead?
The Go package will be compiled and linked with main.  I am getting the error 
"mkdir C:\Windows\Go-build.....: access is denied"  This looks like issue 76 is 
occurring again.

What version of the product are you using? On what operating system?
The latest version of the plugin.

Using Windows 7 X64

Original issue reported on code.google.com by lukemaul...@gmail.com on 30 Mar 2012 at 4:06

GoogleCodeExporter commented 9 years ago
Verified problem is still occurring to V0.7 release.

Original comment by lukemaul...@gmail.com on 30 Mar 2012 at 10:24

GoogleCodeExporter commented 9 years ago
Added a patch from the mailing list (thanks pawer13@gmail.com!)

Original comment by devonca...@gmail.com on 31 Mar 2012 at 9:08