| Summary: | Eclipse does not display and recognize unix symbolic links in projects | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Ali <anebi> |
| Component: | Resources | Assignee: | Platform-Resources-Inbox <platform-resources-inbox> |
| Status: | CLOSED NOT_ECLIPSE | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | remy.suen, Szymon.Brandys |
| Version: | 4.2 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Ali
Eclipse supports Unix symlinks. However to list files from the underlying filesystem we just use java.io.File. I need to check if java handles this case properly when I have access to Linux tomorrow. Hello, I did some more tests and I found that actually it is not eclipse problem. As I explained on the issue I created symlinks this way: ln -s workspace/testproject/testfolder/file1 workspace/testproject/testfolder2/file1 ln -s workspace/testproject/testfolder/file2 workspace/testproject/testfolder2/file2 But creating synlinks this way creates that links. cd workspace/testproject/testfolder2 ls -la file1 -> workspace/testproject/testfolder/file1 file2 -> workspace/testproject/testfolder/file2 These links points to non existent files and links are dead. Because of links are dead eclipse does not show them in file structure. I just created links properly and eclipse listed them. So this is definitely not a problem with eclipse. I close the issue as it is invalid and not eclipse related at all. Regards, Ali |