This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 31763 - I18N - Updater does not localization/branding of its resources
Summary: I18N - Updater does not localization/branding of its resources
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 3.x
Hardware: All Other
: P2 blocker with 1 vote (vote)
Assignee: Petr Hrebejk
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2003-03-07 10:12 UTC by Petr Hrebejk
Modified: 2004-02-26 17:21 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hrebejk 2003-03-07 10:12:17 UTC
Updater cant be reasonably localized/branded using
standard NetBeans branding system.
The change will require modifications in all
NetBeans startup scripts.
Comment 1 Petr Hrebejk 2003-03-07 10:14:23 UTC
Due to the complexity of the change this won't be done in 3.5
Comment 2 Jesse Glick 2003-03-07 18:16:18 UTC
See arch description for autoupdate for more...
Comment 3 Jesse Glick 2003-04-21 17:10:24 UTC
Summary was confusing - looked like it referred to downloaded modules.
Comment 4 Ken Frank 2003-07-17 20:30:20 UTC
Could someone point me to more detailed description of what this
issue is about; I want to get feedback from l10n groups on it also.

ken.frank@sun.com
 
Comment 5 Jesse Glick 2003-07-17 20:49:34 UTC
Ken you probably don't need to care about this, it is primarily a code
issue.
Comment 6 Michal Zlamal 2003-09-12 10:27:12 UTC
I found relatively easy to implement workaround.
It is of course not good idea to copy all branding code to updater.
jar, but as we have only one JAR file to brand we can easily hardcode 
the looking for the branding.
Branding for IDE is stored in <netbeans>/lib/branding file, so you can 
easily read this file and look for the branding to 
libs/locale/updater_....jar.

I'm also raising the priority because this is showstopper for using 
NetBeans as a binary.
Comment 7 Petr Hrebejk 2003-09-17 14:15:02 UTC
Updater now follows the NetBeans branding rules. Branding.properties
file is obsoleted and should not be longer used.
Comment 8 Jesse Glick 2003-09-18 21:59:06 UTC
I just tried in today's dev build to update some NBMs that had
needsrestart="false", so the updater runs w/o an IDE restart. The AU
splash screen appeared but was just a blank blue window with no image
or text.
Comment 9 Petr Hrebejk 2003-09-19 16:09:47 UTC
Wrong classloader when running updater from inside the IDE. Should be
fixed now.
Comment 10 Petr Hrebejk 2003-09-19 16:11:19 UTC
x
Comment 11 Lukas Hasik 2004-02-26 17:21:47 UTC
x