Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Bug 194216 Patch in Platform Resources( If the file is hidden then it is also write protected in windows)
Bug 194216 Patch in Platform Resources [message #1702237] Mon, 20 July 2015 22:39 Go to next message
Richard Gobeli is currently offline Richard GobeliFriend
Messages: 18
Registered: July 2009
Junior Member
How can I get my patch submitted to git code review?
I am not a committer.

The patch will determine if it is running on a windows system and then turn off the hidden file attribute before writing the description file .project.
This patch is necessary, because java assumes that a hidden file should not be writable. Windows intent was not to make hidden files write protected, but to hide them from the user so they could not damage them. The windows system could still write to hidden files, because it would know the file name to find them.
Importing a project form a Mac system will have all . files hidden. This will make it not possible to rename the project, because the .project descriptor file isn't writable due to file having hidden attribute set.

Richard
Re: Bug 194216 Patch in Platform Resources [message #1706887 is a reply to message #1702237] Mon, 31 August 2015 15:26 Go to previous message
Richard Gobeli is currently offline Richard GobeliFriend
Messages: 18
Registered: July 2009
Junior Member
I got this committed to review. Hopefully some one will check it out.
Previous Topic:Disable "Confirm Perspective Switch" Dialog
Next Topic:Problem with Eclipse Help Center
Goto Forum:
  


Current Time: Thu Jan 16 02:42:57 GMT 2025

Powered by FUDForum. Page generated in 0.05041 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top