Community
Participate
Working Groups
Build Identifier: 20110615-0604 Hi, I am trying to define source folder location (Linked Folder) using variable with ".." (parent directory). It does not work, it does not understand "..". The following path is resolved: WORKSPACE_LOC/dummy_src3 The following path is not resolved: WORKSPACE_LOC/../dummy_src2 Thanks, Yevgeny Reproducible: Always
Hi guys, Is there any chance supporting this for 8.0.2? This is a very important functionality (using relative path with "..") that is not working. Thanks a lot, Yevgeny
This issue is not CDT-specific, is it?
Hi, I can confirm that this does not work if you use the text field in the 'New Folder' dialog. A workaround is to put a dummy value as the resource location (say, "WORKSPACE_LOC"), then right click on the newly created folder in the Package Explorer, choose "Properties", in the 'Resource' section, push on the button 'Edit...' along the 'Location:' section, and enter "WORKSPACE_LOC/../dummy_src2".
Created attachment 210723 [details] Fix Here's a fix for this bug.
Szymon, can you review the fix please?
Guys, Could you please make an effort submit it for indigo sp2 release that is very close :-) ? Thanks, Yevgeny
Hi, Is there a chance to get this fix solved for next release (JUNO)? It seems like there a fix for this issue. Thanks a lot, Yevgeny
Hi guys, The fix was provided almost a year and a half ago. It is really a shame that it is not part of Eclipse release? Any chance submitting it to the next eclipse release? Thanks a lot, Yevgeny
Hi again, The fix for this was provided two years ago !!! Does anyone track this bug ??? Why can't it be committed to eclipse release? Regards, Yevgeny
The overall idea is ok, but we should not use the linkTarget field as a temporary variable. Fixed in master: http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=b53f68049a555b06fa69bdd2d8a28e96d2b2526d
Hi, Thank you for handling this. Best regards, Yevgeny
Verified in I20140303-2000.
This broke external file system providers, see bug 434943.