Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 365686

Summary: can't import an existing project even if there is no same name project in navigator view
Product: [Eclipse Project] Platform Reporter: Meng Xin Zhu <kane.zhu>
Component: ResourcesAssignee: Platform-Resources-Inbox <platform-resources-inbox>
Status: CLOSED INVALID QA Contact:
Severity: major    
Priority: P3 CC: kane.mx, Szymon.Brandys
Version: 4.2   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Meng Xin Zhu CLA 2011-12-05 22:58:28 EST
I'm using Juno 4.2 M2.

I want to import a project from my git's working directory. However the wizard tells me the project with same id exists in my workspace. But I can't find that project in both Navigator and package explorer. There is no working set selected.

And I also can't find a folder for that lost project under <workspace>/.metadata/.plugins/org.eclipse.core.resources/.projects.

I don't know how to reproduce this one, let me know if you need any data from my workspace. Any workaround would be appreciated.
Comment 1 Szymon Brandys CLA 2011-12-06 04:20:14 EST
(In reply to comment #0)
> I don't know how to reproduce this one, let me know if you need any data from
> my workspace. Any workaround would be appreciated.

Can you see anything in the error log? I was trying to reproduce it with the latest IBuild and couldn't see the problem.
Comment 2 Meng Xin Zhu CLA 2011-12-06 04:36:23 EST
(In reply to comment #1)
> Can you see anything in the error log? I was trying to reproduce it with the
> latest IBuild and couldn't see the problem.
There is no error logged related to o.e.core.resources. The import wizard always considers the project already exists in my workspace. Do you know which configuration file is used by 'Project Import Wizard' to know already existing projects?
Comment 3 Meng Xin Zhu CLA 2011-12-06 04:44:04 EST
Sorry for bothering you guys. I found the project in my workspace! The folder in file system and symbol name of bundle are A, however the name used in .project is B. What a shame. :(