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 52934 - I18N - no l10n.list for websvc
Summary: I18N - no l10n.list for websvc
Status: CLOSED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: _ pcw
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-01-04 22:50 UTC by Ken Frank
Modified: 2006-03-24 12:50 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 2005-01-04 22:50:35 UTC
entering same info as for 52931 on j2ee:

Im looking at browsable cvs source
under j2ee and websvc and dont
see l10n.list at top level, as is
requirement. Assuming I'm looking
at correct place, l10n.list needs
to be created, populated and always
kept up to date, as its l10n.list
accuracy that decides on what
is delivered to l10n to translate.

See other open and closed source l10n.lists for
examples.

Also, strongly encourage use
of ** wildcarding in the list vs
explictily naming each file, to 
improve accuracy  and to avoid
needing to remember to add some
new file (as long as its within
also the ** wildcarded path)

for example, if we assume all
files with name Bundle*.properties
will be localized, then a list
entry might have
websvc/src/**/Bundle*.properties

or even

websvc/**/Bundle*.properties

which means get all Bundle*.properties files
starting at the src subdir for first
case or at the top level for 2nd case.

The key is to put the wildcard as far up the tree
as possible while
still being accurate (ie to avoid
having some Bundle.properties file
that should not be in the kit - but
it seems that any Bundle.properties
in cvs shd be in kit or else removed
from cvs ?)



Same goes for *.html template
descriptor files, javahelp files
(html, xml. hs), gifs and .url files
if applicable.

There should not be any xml or other
files that need to be localized.

PS are there any other source
trees besides j2ee and websvc 
that might need the list ?

PS #2 - in j2eeserver list,
it doesnt seem to show javahelp files path -
should it ?
Can this list be reviewed ?
Comment 1 _ ludo 2005-01-28 23:31:31 UTC
I see a l10.list file under the websvc area now.
Comment 2 Ken Frank 2005-03-12 21:17:17 UTC
verified