Bug 92009 - [nls tooling] Externalize Strings wizard broken
Summary: [nls tooling] Externalize Strings wizard broken
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P1 blocker (vote)
Target Milestone: 3.1   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 92351 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-04-19 18:44 EDT by Dejan Glozic CLA
Modified: 2006-06-07 09:56 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dejan Glozic CLA 2005-04-19 18:44:57 EDT
Since we moved to the new NLS format, I cannot externalize strings any more. 
Whenever I open the wizard on a file and check the option to use the new NLS 
format, I get the following error:

'Some keys are invalid'

I also get error overlay on a bunch of keys in the checkbox column. I cannot 
work until this is fixed.
Comment 1 Wassim Melhem CLA 2005-04-19 18:46:56 EDT
Nothing on heaven or earth can enable the Finish button.
Comment 2 Dejan Glozic CLA 2005-04-19 19:03:23 EDT
It just sits there, gray and distant.
Comment 3 Dani Megert CLA 2005-04-20 12:39:49 EDT
Fixed in HEAD. The problem was that we tried to validate keys for IGNORED and
INTERNALIZED entries.

Since the re-build already started I won't ask for yet another re-build. If you
immediately need to use the wizard you can either use upcoming N-build or I can
send you a patched version of the JDT UI plug-in.
Comment 4 Wassim Melhem CLA 2005-04-20 13:09:21 EDT
thanks.  we could just use the cool plug-in export wizard.
Comment 5 Dani Megert CLA 2005-04-20 13:15:56 EDT
Yes, but if you do so, you have to do the following:
1. get JDT UI versioned for this weeks I-build (v20050419-0800)
2. replace ExternalizeStringWizardPage with the latest revision (1.73)
3. export


If you take all JDT UI HEAD you will be broken because you are missing some new
API from Platform Text that got introduced today.
Comment 6 Dejan Glozic CLA 2005-04-20 13:20:14 EDT
Thanks for a quick fix. I suspected it was something simple. I got used to the 
wizard so much that I cannot do without it any more.
Comment 7 Dani Megert CLA 2005-04-22 12:34:56 EDT
*** Bug 92351 has been marked as a duplicate of this bug. ***