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 205206 - Missing locales in prebuilt JNLP
Summary: Missing locales in prebuilt JNLP
Status: NEW
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal (vote)
Assignee: pgebauer
URL:
Keywords:
Depends on:
Blocks: 133901
  Show dependency tree
 
Reported: 2011-11-16 14:57 UTC by Jesse Glick
Modified: 2012-06-18 10:02 UTC (History)
2 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 Jesse Glick 2011-11-16 14:57:53 UTC
See bug #133901 comment #45. http://bits.netbeans.org/trunk/nightly/latest/jnlp/ and http://bits.netbeans.org/dev/jnlp/ and http://bits.netbeans.org/netbeans/7.1/jnlp/ lack locale JARs from the l10n repo. For example, http://bits.netbeans.org/netbeans/7.1/jnlp/org-netbeans-core/locale-org-netbeans-core_ja.jar is missing, and http://bits.netbeans.org/netbeans/7.1/jnlp/org-netbeans-core.jnlp is missing

<resources locale='ja'>
  <jar href='org-netbeans-core/locale-org-netbeans-core_ja.jar'/>
</resources>

These things would be included in the deployed JNLP if the 'jnlp' target were run at a time when the locale JARs existed in the build (not sure if it is necessary for */update_tracking/*.xml to mention them).
Comment 1 pgebauer 2012-06-18 10:02:29 UTC
(In reply to comment #0)
> These things would be included in the deployed JNLP if the 'jnlp' target were
> run at a time when the locale JARs existed in the build

Unfortunately, the JNLP build runs before L10N jars are generated. Besides, L10N jar are generated in a different structure which fits to ML IDE but not to JNLP. I have checked past releases and I haven't found L10N files in prebuilt JNLP. Thus I'm changing the issue to an enhancement. I will try to figure out how to implement it.