Community
Participate
Working Groups
There is a difference on how Eclipse handles symlinks on different system. On Unix attributes of a IFileInfo apply to the link target instead of the link. This behavior existed even before EFS started to support symlinks since attribute access was implemented via stat function that follows links transparently. On Windows this functionality is implemented via FindFirstFile and SetFileAttributes, both returning information about the symbolic link, not the target. EFS.ATTRIBUTE_SYMLINK and EFS.ATTRIBUTE_LINK_TARGET were added on bug 312715 but the behavior remained the same. Attributes handling should be unified. When done, tests for symlinks should be enabled for Windows.
This have a potential of braking clients since natives for Windows work this way since Eclipse 3.2.
(In reply to comment #1) Pawel, please target it for 3.7 M1. If we want to consider backporting in 3.6.1, we need time to test it.
Moving to M2.
Moving the bug to the inbox. Pawel does not work in this area anymore.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.