This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 178186

Summary: Cannot rename file attributes.xml~ in E:\Users\me\.netbeans\6.8rc2\var to attributes.xml
Product: projects Reporter: meme <meme>
Component: Generic InfrastructureAssignee: Milos Kleint <mkleint>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description meme 2009-12-05 15:09:20 UTC
Everytime I open am existing (maven-)project this message occures.
It sometimes happen when I open netbeans (6.8rc1 & 6.8rc2) and some projects exist in netbeans.

This issue happens after releasing 6.8rc1 before (in the dev's of the last
two weeks) it doesn't.
Comment 1 Peter Pis 2009-12-07 03:01:54 UTC
Reassigning.
Comment 2 meme 2009-12-11 16:16:57 UTC
I've found a point to mention:
The folder E:\Users\me\.netbeans is owned by Administrator. But even being in the administrative group didn't allows to write in this folder. If I take the ownership of this folder and the objects below (crazy wording), I get the permission to write in this folder.
It's the same workaround for some issues with plugins not installing correctly on win 7.
Comment 3 Milos Kleint 2010-02-05 03:49:19 UTC
this looks like a user setup error. You need to have write access to your ~/.netbeans directory. Since the directory is placed within your user directory, the assumption is that you can write to your own user directory. That's a basic assumption shared by many programs.

closing as wontfix, please reopen if I miunderstood the problem.