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 158136 - ML build : "debugger.html" is not built and copied to proper location
Summary: ML build : "debugger.html" is not built and copied to proper location
Status: NEW
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: nbre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-08 01:10 UTC by Masaki Katakai
Modified: 2010-10-13 09:59 UTC (History)
0 users

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 Masaki Katakai 2009-02-08 01:10:39 UTC
trunk ml build : 200902071410

There is one irregular file in webcommon1/. This file is produced in l10n-kit by fixing bug 146058.

l10n-kit location:

  webcommon1/org-netbeans-modules-web-client-tools-common.nbm/netbeans/modules/ext/debugger.html

expected destination:

  webcommon1/modules/ext/debugger.html

  This file is not included in usual jar files, installed as raw file.

actual destination:

  % jar tvf ./webcommon1/modules/locale/ext_ja.jar
     0 Sat Feb 07 17:59:52 JST 2009 META-INF/
   106 Sat Feb 07 17:59:50 JST 2009 META-INF/MANIFEST.MF
   660 Sat Feb 07 17:42:48 JST 2009 debugger_ja.html

  In current build, it's included in ext_ja.jar file.

Is it possible to install debugger.html alone as webcommon1/modules/ext/debugger.html
like profiler files? In profiler, there are similar files but it's working for these files.
 
  profiler3/org-netbeans-modules-profiler.nbm/netbeans/config/Services/filters-default.xml
  profiler3/org-netbeans-modules-profiler.nbm/netbeans/config/Services/filtersets-default.xml
Comment 1 Masaki Katakai 2010-10-13 09:59:16 UTC
Hi,
I understand webcommon cluster is no longer in standard distribution of IDE. So I think there is no problem if you close it as WONTFIX. Currently only IDE modules are being localized.