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 52344 - I18N - remove need for xml files in l10n.list
Summary: I18N - remove need for xml files in l10n.list
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2004-12-13 16:56 UTC by Ken Frank
Modified: 2006-03-24 13:03 UTC (History)
1 user (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 Ken Frank 2004-12-13 16:56:33 UTC
see 52141 for other info about this situation

for items to be localized, we're trying to
keep the usual practice where l10n just 
translates or localizes bundle and html
files, without needing to modify any layer,
template or other xml or other types of files.

for above issue, it seemed it was just that l10n
needed to have same file as en, but with localized
name.

Can code just handle this as it does for other
modules ? also, handling of xml files can
be more complex and lead to syntax errors
than bundle files.

So this issue is about -
removing xml files from l10n.list

but making sure the code handles it so these
files are not needed in localized jar.

ken.frank@sun.com
Comment 1 Milan Kuchtiak 2005-01-12 13:18:29 UTC
Yes, the I18N list must be updated.
Comment 2 Milan Kuchtiak 2005-02-22 08:30:06 UTC
Fixed.

Diff file :
http://web.netbeans.org/source/browse/web/l10n.list.diff?r1=1.22&r2=1.23
Comment 3 Ken Frank 2005-02-22 18:14:54 UTC
though not related to this   specific issue, could the l10n.list (and
others in j2ee and websvc) be optimized
a bit more for the html files if safe - as per document I'd sent out
on basing wildcarding of l10n.list lines higher up the cvs tree path ?
I can send you the ptr to that document.

ken.frank@sun.com
Comment 4 Ken Frank 2005-03-31 17:52:37 UTC
verified
Comment 5 zikmund 2005-03-31 17:59:04 UTC
setting Status to Verified.