Bug 210907 - [Import/Export] Import existing project wizard does not consider nested projects
Summary: [Import/Export] Import existing project wizard does not consider nested projects
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3.1   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact: Prakash Rangaraj CLA
URL:
Whiteboard:
Keywords: helpwanted
: 329991 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-11-26 04:30 EST by Walter Brunauer CLA
Modified: 2014-02-10 03:20 EST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Brunauer CLA 2007-11-26 04:30:21 EST
Given project "Inner" physically located inside project "Outer". If one browses to "Outer" within the import existing project wizard, "Inner" does not appear in the list of projects to import, only "Outer" does.

To consistently support nested projects, this should work. The current behavior is annoying and there is no workaround other than manually importing each level of nested projects recursively.
Comment 1 Martin Oberhuber CLA 2008-10-30 15:51:53 EDT
Fixing this really depends on clarifying the semantics for physically nested projects. I propose the semantics suggested by bug 245412 comment 4 (masking out the folder of the physically nested project from its container, thus not producing overlap).

With these semantics, *any* .project file in a folder hierarchy is a candidate for project import, regardless of whether it's nested below another .project file or not. This should simplify the wizard as well as user experience.
Comment 2 Paul Webster CLA 2009-04-16 14:26:48 EDT
This might work already.

PW
Comment 3 James Blackburn CLA 2010-11-11 08:02:07 EST
*** Bug 329991 has been marked as a duplicate of this bug. ***
Comment 4 Michael Valenta CLA 2011-04-20 11:03:05 EDT
This seems related to (or a duplicate of) bug 283368.
Comment 5 James Blackburn CLA 2011-04-20 13:27:06 EDT
(In reply to comment #4)
Agreed, the request in this bug is for importing physically nested projects, and there's a patch on bug 283368.

Any core.resources change is somewhat orthogonal.

*** This bug has been marked as a duplicate of bug 283368 ***
Comment 6 Mickael Istria CLA 2014-02-10 03:20:29 EST
As I read this, the request is just about the import wizard allowing to show nested project (.project) files when importing.
It's a pure-UI operation and is not related to how resource are stored or displayed in Eclipse. So it's not at all a dup of bug 245412.
In the project import wizard, I can see a "Search for nested projects" checkbox which allows to do what's requested in comment 0.

So I'll removing dependency/duplicate links to bug 245412.