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 13975 - I18N - localized bundles are not read from the Default FS for dynamically loaded classes
Summary: I18N - localized bundles are not read from the Default FS for dynamically loa...
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: I18N
Depends on:
Blocks: 13748
  Show dependency tree
 
Reported: 2001-07-26 17:20 UTC by Martin Entlicher
Modified: 2003-07-01 13:04 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 Martin Entlicher 2001-07-26 17:20:01 UTC
Commands, that are defined as Java classes are located in the Default
filesystem. They are then loaded dynamically. When they use resource bundles for
their localizable strings, these bundles are not loaded when located in
vcsgen_ja.jar. A workaround is to put them to the vcsgen_ja.jar in the same
package as they are in the Default filesystem.
This workaround should be used in 3.2 and Pilsen releases, a better fix should
be found in dev.
Comment 1 Martin Entlicher 2001-11-05 12:30:06 UTC
Will move vcs/ folder and it's content from
vcsgeneric/src/org/netbeans/modules/vcs/advanced/config/
to
vcsgeneric/stdprofiles/
This will lead to the move of vcs folder to the root of vcsgen.jar,
which should solve the problem.
Also the build script will be adjusted to reflect the change.
Comment 2 Martin Entlicher 2001-11-07 11:10:10 UTC
The build script adjusted and all stuff moved from
vcsgeneric/src/org/netbeans/modules/vcs/advanced/config/
to
vcsgeneric/stdprofiles/
This should lead to the correct resource bundles loading.
Fixed in build 11/08.
Comment 3 Jiri Kovalsky 2001-11-13 12:55:51 UTC
I believe you it was fixed. :-)
Comment 4 Keiichi Oono 2002-03-05 12:20:28 UTC
The localized Bundle files and profiles (xxxLoc_ja.xml) under
stdprofiles directory works fine. I've verified it on FFJ EA build
020301_1.
Comment 5 Jesse Glick 2002-12-23 16:35:34 UTC
Consistent use of the I18N keyword.
Comment 6 Quality Engineering 2003-07-01 13:04:04 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.