views:

167

answers:

2

I have a remote project in Eclipse. It was created through RSE's 'Create Remote Project' function. Now I changed hosting service and there's no option to connect to former host. When I try to delete this remote project Eclipse asks me for former host's login and password which if entered are not recognized anyway.

How can I delete the project?

Note: My workspace folder contains 'RemoteSystemsTempFiles' folder and there are no files concerning this project there.

+1  A: 

You might check into the "workspace/.metadata/.plugins" directory to find the RSE plugin's data storage area. It will probably have an xml file or something with the reference to your project. Back it up and delete the reference. Hopefully this will remove it from your view.

Sorry I cannot be more specific, this is just a suggestion that I am not able to try explicitly.

Good luck, and like I said, back up the files you change... just in case.

cjstehno
in workspace/.metadata/.plugins/org.eclipse.rse.core/profiles I found and deleted relevant folder. The project did not disappear fromview but it now doesn't ask for login and pass when being deleted. But Eclipse still fails to delete it :(
yentsun
You might try doing a search for the project name under the .plugins directory... maybe another plugin manages the project view for RSE. What a pain in the butt.
cjstehno
A: 

Finally found it. I:

  • deleted relevant folder in workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/
  • relaunched Eclipse
  • the project was still there but Eclipse let me 'legally' delete it with right-click
yentsun