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 22185 - l10n.list does not have javahelp files except .html
Summary: l10n.list does not have javahelp files except .html
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: All All
: P2 blocker (vote)
Assignee: _ lkramolis
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-04-08 06:34 UTC by jf4jbug
Modified: 2007-09-25 01:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Main trunk commit diff. (17.05 KB, patch)
2002-04-08 12:03 UTC, _ lkramolis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jf4jbug 2002-04-08 06:34:48 UTC
The javahelp files except .html are not included
in l10n-kit.

Please remove the following entries for javahelp
from the current l10n.list and
add the following entries.

Removed entries:
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/aboutsax.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/checkcss.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/copypastecss.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/createcss.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/createdtd.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/createxml.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/credits.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/css.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/documentdtd.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/editcatalog.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/editcss.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/editviewdtd.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/editxml.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/generatedom.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/generatesax.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/mountcatalog.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/newnodeview.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/nodeview.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/texteditor.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/treeeditor.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/validatexml.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/xmlcatalogs.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/xmlmodule.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/html/xmlnodes.html

Added entries:
xml/core/javahelp/org/netbeans/modules/xml/core/docs/**/*.hs
xml/core/javahelp/org/netbeans/modules/xml/core/docs/**/*.xml
xml/core/javahelp/org/netbeans/modules/xml/core/docs/**/*.jhm
xml/core/javahelp/org/netbeans/modules/xml/core/docs/**/*.html
xml/core/javahelp/org/netbeans/modules/xml/core/docs/**/*.gif
Comment 1 _ lkramolis 2002-04-08 11:01:47 UTC
Questions:

- do you want to fix it in orion_fcs branch? -- 3.3.2_CANDIDATE
- should l10n.list contain all images? -- including src/**/*.gif?
- which kind of files should be included in l10n.list? --
Bundle.propeties, *.gif, *.template, *.xml, *.txt, ...? Some guidelines?
- could I insert each file instead of reg. expresion? -- I have script
to list of files.
Comment 2 _ lkramolis 2002-04-08 12:03:01 UTC
Created attachment 5322 [details]
Main trunk commit diff.
Comment 3 _ lkramolis 2002-04-08 12:05:52 UTC
Waiting for your answers. Look at main trunk l10n.list. Thanks.
Comment 4 jf4jbug 2002-04-08 12:16:29 UTC
- do you want to fix it in orion_fcs branch? -- 3.3.2_CANDIDATE

  Yes, please fix in orion_fcs branch.

- should l10n.list contain all images? -- including src/**/*.gif?

  No, src/**/*.gif does not need. My request is for javahelp files.

- which kind of files should be included in l10n.list? --
Bundle.propeties, *.gif, *.template, *.xml, *.txt, ...? Some
guidelines?

  Regarding javahelp files, all English files under docs
  need to be included in l10n.list.
  Regarding files in src, Bundle.properties and .html for template
files
  need to be included in l10n.list at least.
  
- could I insert each file instead of reg. expresion? -- I have script
to list of files.

  Yes, you can specify each file in l10n.list.
  However, a wildcard such as **/*.html can handle
  addition and deletion for javahelp files without updating
  l10n.list, so I recommend to use a wildcard.
Comment 5 _ lkramolis 2002-04-08 15:22:26 UTC
Fixed in orion_fcs branch, please review.
Comment 6 jf4jbug 2002-04-09 01:40:26 UTC
l10n.list is fine.
Thank you very much for the quick fix.

Comment 7 Quality Engineering 2003-07-02 08:39:10 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.