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 58116

Summary: I18N - not all blueprints nb cvs bundle files are in bp localized jar
Product: obsolete Reporter: Ken Frank <kfrank>
Component: blueprintsAssignee: Yutaka Yoshida <yutayoshida>
Status: RESOLVED INVALID    
Severity: blocker Keywords: I18N
Priority: P2    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2005-04-20 19:06:34 UTC
This is a blocking and p1 kind of issue for l10n, though dont think its
p1 for product at this stage - but needs resolution asap

there is special process we have made for providing l10n folks the l10n kits
and localized jars for blueprints, since some bp things live on other
repository. both developers and RE have been involved in this process and their
work is appreciated.

the only problem remaining is that, the building of the localized bp jar
omits 3 bundle files from nb cvs -

org/netbeans/modules/j2ee/blueprints/Bundle.properties
org/netbeans/modules/j2ee/blueprints/ui/Bundle.properties
org/netbeans/modules/j2ee/blueprints/ui/projects/Bundle.properties

whether this requires developer or RE actions I don't know but it is
important issue for l10n, since they are now doing actual translations.
Comment 1 Ken Frank 2005-04-20 19:07:34 UTC
BTW, this has been seen for a number of days so is not result of any
today issues related to building of j2ee modules I've seen mentioned in some
mails today.
Comment 2 Ken Frank 2005-04-20 22:18:00 UTC
looks like the localized files I'd thought were to go to
translatedfiles as part of testing out the nb part of the process
did not go there, so this is error on my part; and will assume,
that when real files are there in translatedfiles modules,
that they will be picked up as part of the process of building
the combined bp localized jar from the nb cvs + bpnet files.

I'll see about putting some back today.