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

Summary: Missing locales in prebuilt JNLP
Product: www Reporter: Jesse Glick <jglick>
Component: Builds & RepositoriesAssignee: pgebauer <pgebauer>
Status: NEW ---    
Severity: normal CC: mmirilovic, pjiricka
Priority: P2    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 133901    

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.