Bug 114658 - [Import/Export] Import Existing Projects into Workspace - misleading wizard description
Summary: [Import/Export] Import Existing Projects into Workspace - misleading wizard d...
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.2 M4   Edit
Assignee: Karice McIntyre CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 114523 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-01 16:48 EST by Susan McCourt CLA
Modified: 2005-12-13 11:13 EST (History)
1 user (show)

See Also:


Attachments
apply patch to org/eclipse/ui/internal/wizards/datatransfer/messages.properties in org.eclipse.ui.ide (1.79 KB, patch)
2005-11-02 11:04 EST, Karice McIntyre CLA
no flags Details | Diff
apply patch to plugin.properties of org.eclipse.ui.ide (1.04 KB, patch)
2005-11-08 12:50 EST, Karice McIntyre CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Susan McCourt CLA 2005-11-01 16:48:16 EST
I20051101-1204
Open the wizard Import/Export > Import > Existing Projects into Workspace

Note that the description on the wizard says "Create new projects from an 
archive file or directtory.  This does not copy the project into the 
workspace."

But now it can...
Comment 1 Karice McIntyre CLA 2005-11-02 11:04:23 EST
Created attachment 29176 [details]
apply patch to org/eclipse/ui/internal/wizards/datatransfer/messages.properties in org.eclipse.ui.ide
Comment 2 Susan McCourt CLA 2005-11-02 12:07:20 EST
Karice - is this something you are trying to get in for the next build...ie, 
did you want me to review/commit?
Comment 3 Karice McIntyre CLA 2005-11-02 12:19:19 EST
Apparently we are not supposed to be releasing anything until the milestone is 
declared.  
Comment 4 Susan McCourt CLA 2005-11-02 12:21:31 EST
ok, I wasn't sure if this was on a list to go in or not.
Comment 5 Karice McIntyre CLA 2005-11-04 12:16:22 EST
Susan, can you check this patch?  I just removed the last sentence.  I wasn't 
sure if I should change it to say something like "This can either copy the 
project into the workspace or point to the project in another workspace 
location" or just leave it with the one sentence, which seems to be descriptive 
enough.  
Comment 6 Susan McCourt CLA 2005-11-07 14:06:58 EST
Karice - patch looks good.  I agree that just simplifying the message is the 
way to go.  It also looks like a mnemonic was added to another message in this 
patch.  Is that intentional?
Comment 7 Karice McIntyre CLA 2005-11-07 14:12:09 EST
Yes, i forgot to add the mnemonic for the checkbox when i made the patch adding 
this feature.
Comment 8 Susan McCourt CLA 2005-11-07 17:19:14 EST
released to head, should appear >20051107.
leaving open for Karice to double check and mark fixed.
Comment 9 Karice McIntyre CLA 2005-11-08 12:50:39 EST
Created attachment 29552 [details]
apply patch to plugin.properties of org.eclipse.ui.ide

The same string appears in two different properties files.  The description in
the wizard selection page is taken from plugin.properties.
Comment 10 Susan McCourt CLA 2005-11-09 17:20:39 EST
sorry this took so long.  I applied the patch, actually tested it this time ;-)
Released >20051109.

But that begs the question...what is the other key in DataTransferMessages 
(WizardExternalProjectImportPage_description) used for?  I reverted it to the 
old value and it didn't seem to have an effect.  It's used in the code, but is 
the value overridden by what is supplied in plugin properties?  just wondering.
Comment 11 Karice McIntyre CLA 2005-11-10 10:11:28 EST
The string that was originally changed is set as the wizard's descsription in 
WizardExternalProjectImportPage which is the public version of this wizard 
page.  We don't reference this page, but I suppose others that we aren't aware 
of can, so we should maintain the original change.
Comment 12 Karice McIntyre CLA 2005-11-10 16:24:33 EST
Sync'd and checked that the wizard description is now accurate.  Marking fixed.
Comment 13 Karice McIntyre CLA 2005-12-12 18:17:24 EST
*** Bug 114523 has been marked as a duplicate of this bug. ***
Comment 14 Karice McIntyre CLA 2005-12-13 11:13:16 EST
Verified in I20051213-0010