I just upgraded my Eclipse CDT from Galileo to Helios, and it seems like I cannot create a new folder in my C ++ project that refers to a symlink to the file system. I need this because our nightly build system keeps a build history and updates a symlink to point to the last source. It looks something like this:
/project/monday /project/tuesday /project/wednesday /project/thursday /project/friday /project/lastnight -> /project/tuesday
With Galileo, I can create a folder with "Link to Folder in File System", which was "/ project / lastnight". When I had to work in the morning, I would just select the folder and click update, and the indexes will be updated. Then I could use this link in this project from my other projects.
Is this possible with Helios? Or is there some other way that I should do this?
Regards, Mike
EDIT: I am running eclipse on linux.
source share