15 Jan 2006 04:36
[sshfs] sshfs + eclipse workspace problem
jason wilson <mossman47 <at> hotmail.com>
2006-01-15 03:36:23 GMT
2006-01-15 03:36:23 GMT
I am trying to use sshfs to mount an eclipse workspace remotely. I can mount the filesystem okay and everything appears to be in tact. However, in eclipse when I try to add the project, it finds the directory (/mnt/remote/foo) but fails to recurse down and find the associated java files. Example: Suppose directory /mnt/remote/foo/bar/baz/ contains 3 files One.java, Two.java, Three.java When I try to automatically "discover" the project, Eclipse fails to find any files under the directory /foo/bar/baz, but when I go to File->Open->File I can manually search down the directory structure and open the file(s). I've tried enabling various sshfs mounting options but nothing has seemed to work. Out of curiosity I tried the abandoned shfsmount and it didn't have this problem, but I found it too unstable to be productive. Next I tried starting from scratch and creating a new empty project over the sshfs mount point. Everything appeared to be going normally, then all of the sudden Eclipse lost the handle to "SomeFile.java", warning that the file had been removed. But in a shell I went down into: /mnt/virtual/someproject/" and the file SomeFile.java still existed. Any ideas/suggestions? Is this an eclipse problem or an sshfs problem? Thanks,(Continue reading)
RSS Feed