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 28005 - I18N - Add support for mounting locale specific jars - exec/debug
Summary: I18N - Add support for mounting locale specific jars - exec/debug
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: I18N
Depends on:
Blocks: 33037
  Show dependency tree
 
Reported: 2002-10-14 20:30 UTC by Rochelle Raccah
Modified: 2004-11-12 23:42 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rochelle Raccah 2002-10-14 20:30:26 UTC
Please see
<http://www.netbeans.org/servlets/BrowseList?listName=nbdev&by=thread&from=14879>

Basically, the point is that for compilation,
locale specific additions are not necessary. 
However, for execution and debugging, messages,
errors, etc. should come out in the correct
language and therefore locale specific jars should
be available.  Optimally, the programmer shouldn't
need to do anything besides providing those jars. 
The layer file specification of the base jars
should pick up all the locale specific variants.
Comment 1 Ken Frank 2003-07-17 20:14:14 UTC
Am raising to P2 since l10n team has requested this be fixed
for patch or next release, since users are not able to see
junit runtime messages at all in localized language.
They have analyzed all i18n issues and this is one in their
top list. (rather 33037)

ken.frank@sun.com
Comment 2 Jesse Glick 2004-11-12 23:42:10 UTC
Not completely sure what this is about but probably obsolete. You can
add whatever JARs you like to a library, and whatever libraries you
like to a project. If you put some locale-specific JARs in the
library, then great.