Bug 12898 - [launching] Import/Export of launch configs
Summary: [launching] Import/Export of launch configs
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 enhancement (vote)
Target Milestone: 3.4 M3   Edit
Assignee: Michael Rennie CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 41198 43881 54472 73687 74212 78817 103191 116335 125613 177588 202196 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-04-05 15:22 EST by Darin Wright CLA
Modified: 2007-10-10 17:14 EDT (History)
13 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Wright CLA 2002-04-05 15:22:28 EST
Add support to import/export launch configs. Should hook into the existing 
import/export support in the workbench.
Comment 1 Darin Wright CLA 2002-04-11 17:19:56 EDT
Users and WSDD want shared lanuch configs
Comment 2 Darin Wright CLA 2002-09-25 13:58:37 EDT
consider for 2.1
Comment 3 Darin Wright CLA 2002-11-11 20:56:26 EST
Marking as later
Comment 4 Darin Wright CLA 2003-08-07 15:13:27 EDT
*** Bug 41198 has been marked as a duplicate of this bug. ***
Comment 5 Victor Volle CLA 2003-09-18 05:27:09 EDT
Please reopen. 

We sometimes have difficulties to reproduce errors in our software, since our
startup configurations are quite complex. It would help very much to be able to 
exchange launch configurations.

Even better, if the launch configurations could be made part of a project and
checked in to CVS. So the launch configurations are really shared.
Comment 6 Darin Wright CLA 2003-09-18 09:20:36 EDT
You can share launch configurations in CVS. Use the "Common" tab of a launch 
config to choose a location in the workspace for the config. Once this is done, 
it can be shared like any file. This should be a sufficient work-around (i.e. 
to avoid the need for import/export).
Comment 7 Michael Illgner CLA 2003-09-18 09:36:04 EDT
Ok, I can create a launch configuration (*.launch) in my workspace,
but how can i use this in another workspace ?, i cannot find an import button
or something in the launch configuration dialog.
Comment 8 Darin Wright CLA 2003-09-18 09:44:28 EDT
When another team member adds the file to their workspace (via a CVS operation 
or a file import), the launch dialog will find it automatically.
Comment 9 Darin Wright CLA 2003-10-01 10:55:53 EDT
*** Bug 43881 has been marked as a duplicate of this bug. ***
Comment 10 Darin Wright CLA 2004-03-12 09:12:40 EST
*** Bug 54472 has been marked as a duplicate of this bug. ***
Comment 11 Darin Wright CLA 2004-09-10 15:07:43 EDT
*** Bug 73687 has been marked as a duplicate of this bug. ***
Comment 12 Darin Wright CLA 2004-09-17 22:17:25 EDT
*** Bug 74212 has been marked as a duplicate of this bug. ***
Comment 13 Darin Wright CLA 2004-11-17 08:40:12 EST
*** Bug 78817 has been marked as a duplicate of this bug. ***
Comment 14 Darin Wright CLA 2005-07-11 10:55:23 EDT
*** Bug 103191 has been marked as a duplicate of this bug. ***
Comment 15 Darin Wright CLA 2006-01-05 09:03:18 EST
*** Bug 116335 has been marked as a duplicate of this bug. ***
Comment 16 Darin Wright CLA 2006-01-31 15:28:11 EST
*** Bug 125613 has been marked as a duplicate of this bug. ***
Comment 17 Darin Wright CLA 2007-03-15 14:31:09 EDT
*** Bug 177588 has been marked as a duplicate of this bug. ***
Comment 18 Darin Wright CLA 2007-09-05 10:55:19 EDT
*** Bug 202196 has been marked as a duplicate of this bug. ***
Comment 19 Michael Rennie CLA 2007-10-02 17:00:31 EDT
applied fix to HEAD

Darin please order artwork for the wizard banners and icons, and verify the code :)
Comment 20 ryenus ' CLA 2007-10-02 22:56:59 EDT
off topic, but what about #204444 (Using CDATA in saved launch entry)?

Comment 21 Michael Rennie CLA 2007-10-03 22:47:27 EDT
applied additional code fix to force notifications from the launch manager after configurations have been imported...I found that listings of configurations were not updated in the LCD after an import (fixed)
Comment 22 Chris Aniszczyk CLA 2007-10-04 14:30:55 EDT
any reason why you chose the General category over like a "Debug" category?
Comment 23 Darin Wright CLA 2007-10-10 11:56:40 EDT
Submitted request for new artwork.

We probably could consider adding a new "Run/Debug" category for grouping breakpoints and configs.
Comment 24 Darin Wright CLA 2007-10-10 14:20:55 EDT
Released Run/Debug category to export & import.
Comment 25 Darin Wright CLA 2007-10-10 16:27:02 EDT
Added (internal) method to import configuration to LaunchManager so it can report correct add/change notifications for imported configurations. The wizard now collects the files to import and calls the import method on the manager.
Comment 26 Darin Wright CLA 2007-10-10 16:27:25 EDT
Fixed. Please verify, Mike. (will open new bug for artwork request).
Comment 27 Michael Rennie CLA 2007-10-10 17:14:27 EDT
verified