Bug 174558 - Zip File exporter does not show the labels for the items in the workspace to be exported
Summary: Zip File exporter does not show the labels for the items in the workspace to ...
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: OHF (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Daniel Ford CLA
QA Contact: Daniel Ford CLA
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2007-02-17 15:36 EST by Daniel Ford CLA
Modified: 2012-01-05 13:31 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Ford CLA 2007-02-17 15:36:02 EST
When trying to export a STEM project as a Zip file using the Export wizard, the names of projects, folders and files are not displayed in the Zip file wizard, even though the tree view is populated and seems to work.  If everything is selected and the export is completed anyway, the zip file seems to be properly created.

After tracing into the ZipFileExportWizard and then into DecoratingLabelProvider.getText() I discovered that the IResource instances were not being adapted properly and so an empty string was being returned.

Similiar for file import, the text names for the resources are not being displayed.
Comment 1 Daniel Ford CLA 2008-06-25 15:16:39 EDT
I just tried this and it now works correctly for export and then import.
Comment 2 Daniel Ford CLA 2008-06-25 15:16:55 EDT
closed