Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 106700 - (PatchAttached)Provide context menu import of team project sets
Summary: (PatchAttached)Provide context menu import of team project sets
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.2   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: 3.2 M2   Edit
Assignee: Platform Team Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 79836 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-10 18:23 EDT by Jared Burns CLA
Modified: 2005-09-20 15:17 EDT (History)
1 user (show)

See Also:


Attachments
org.eclipse.team.ui.patch - an implementation of this feature (16.55 KB, patch)
2005-08-10 18:26 EDT, Jared Burns CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jared Burns CLA 2005-08-10 18:23:59 EDT
We're using team project sets extensively lately, and I really want to be able
to just right click on a project set in the workspace and import it.
Comment 1 Jared Burns CLA 2005-08-10 18:26:08 EDT
Created attachment 26002 [details]
org.eclipse.team.ui.patch - an implementation of this feature

Here's an implementation of the feature. I refactored the project set import
code from the import wizard to a utility class which can be used by the wizard
and also by the new context menu action I created.
Comment 2 Michael Valenta CLA 2005-08-11 10:34:35 EDT
Thanks for the patch:-) I did have to make a minor change to the error 
handling though. The ErrorDialog doesn't handle InvocationTargetException well 
so I changed it to pass the wrapped exception (I suspect you meant to do this 
but forgot since all the other code was there to handle it properly).
Comment 3 Michael Valenta CLA 2005-08-18 16:38:14 EDT
*** Bug 79836 has been marked as a duplicate of this bug. ***
Comment 4 Bogdan Gheorghe CLA 2005-09-20 15:17:09 EDT
Verified in I20050920-0010