Links not refreshed properly [message #655528] |
Mon, 21 February 2011 10:11  |
Eclipse User |
|
|
|
I have the following situation:
1.) I created two "normal" projects in the workspace
2.) For every project in the workspace I created a "linked" folder which
points to a "real" folder lying on a ssh accesed remote server
3.) Both linked folders have a very simular structure
4.) After exiting and reentering eclipse some of the folders from one of
the servers moved into the folder with the same path on the other server.
Example:
Workspace
/
/project1
/project1/mylink -> server1:/abc
/project2
/project2/mylink -> server2:/abc
Server1
/abc/etc/A
/abc/etc/B
/abc/etc/C
Server2
/abc/etc/D
/abc/etc/E
After reentering the workspace I see the folowing tree in the workspace:
/
/project1
/project1/mylink
/project1/mylink/etc
/project1/mylink/etc/A
/project1/mylink/etc/B
/project1/mylink/etc/C
/project2
/project2/mylink
/project2/mylink/etc
/project2/mylink/etc/E
Refreshing the link in project2 will shortly resolve the problem. But
when I then open the etc directory of project1 it will shorty flicker
(and show D I suppose) and then the directory D is no longer shown in
the etc directory of project2.
Any ideas where I can start debugging? Or has anyone experianced this
before?
P.S. I am not using any selfwritten code it's just an eclipse installation.
Regards
Martin
|
|
|
|
Powered by
FUDForum. Page generated in 0.03291 seconds