XML Import/Export
Method library content can be exported in XML format.
You can choose to export the entire method library or select individual plug-ins for export.
It is also possible to import method library content in XML format,
provided the data follows the correct XML schema.
You can download the latest XML schema from
http://www.eclipse.org/epf/tool_component/xml_schema.php.
Due to the complexity of an import operation and its impact on a method library's integrity,
we recommend 3rd party vendors export their library content in XML format
and use the Import wizard to import the XML into a new or existing method library.
Exporting to XML
Use the File menu in the main toolbar and select
Export....
The Export Wizard will appear.
- You will be prompted to select an export destination.
Select XML and click Next.
- Select the type of method library content to export:
- Export the entire method library
- Export one or more method plug-ins
Click Next to continue.
- If you chose to export one or method plug-ins you will
see a dialog box that lets you select the plug-ins you want to export.
Select the plug-ins to be exported and click Next.
If you chose to export the entire method library you will skip the next 3 steps.
- Select the method plug-ins you want to export and click Next.
- Review dependencies for the plug-in you are exporting.
Click Next to continue.
- Confirm the export settings and click Next.
- Enter a name and location for the XML File: and click Finish.
You can use the Browse button to navigate to the location of your choice.
Importing from XML
- Use the File menu in the main toolbar
and select
Import....
The Import wizard will appear.
- Select XML.
Click Next to continue.
- Specify the XML file to be imported.
You can use the Browse button to navigate to the location of the file.
Select one of these options:
- Override existing method library content with the imported content
- Merge imported content into the existing method library
The default is Override.
Click Next to continue.
- Specify the location of your backup file.
The backup is a copy of your library before the merge takes place.
You have the option to Skip the backup if you want.
- You will be see a dialog box indicating when the import is complete.
You will have the option to inspect the error log at this point if you wish.
Click OK to close the dialog box.
Related Topics