#15556 closed defect (duplicate)
1.7.3 release missing internally referenced NLS files
Reported by: | Owned by: | Adam Peller | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.7.4 |
Component: | Internationalization | Version: | 1.7.3 |
Keywords: | Cc: | Colin Snover, Douglas Hays, Rawld Gill | |
Blocked By: | Blocking: |
Description
The 1.7.3 release in all forms I could check (svn tag, github tag, tarball, unpacked directory on download.dojotoolkit.org) is missing a number of cldr files that are referenced elsewhere. This causes errors during custom builds of the form:
error(354) Root bundle indicates localized bundles that don't exist. Root: dojo/cldr/nls/islamic; missing bundles: 'fr','hu','it','nb','nl','pl','pt','pt-pt','ru','sv','th','tr','zh'. error(354) Root bundle indicates localized bundles that don't exist. Root: dojo/cldr/nls/buddhist; missing bundles: 'fr','hu','it','ja','ko','nb','nl','pl','pt','pt-pt','ru','sv','tr','zh'. error(354) Root bundle indicates localized bundles that don't exist. Root: dojo/cldr/nls/hebrew; missing bundles: 'fr','hu','nl','ru','sv','th','tr'.
The files exist in the repository, just not, as far as I can tell, in the appropriate tags.
Change History (10)
comment:1 Changed 9 years ago by
Cc: | Colin Snover Douglas Hays added |
---|
comment:2 Changed 9 years ago by
Cc: | Rawld Gill added |
---|
comment:3 Changed 9 years ago by
comment:4 Changed 9 years ago by
This appears to basically be the same problem as bug #15288, which was resolved several weeks ago. I'd guess the changeset for that bug would fix this problem for 1.7.3 too.
comment:5 Changed 9 years ago by
The patch on #15288 does not apply cleanly to the branch. I can’t actually tell that this is causing build failures, just errors in the nls flattening part. Nevertheless it looks bad so we will probably need to fix and release a 1.7.4.
comment:6 Changed 9 years ago by
Yes, looks like an oversight on my part. #15288 should have been applied to 1.7.x, given Rawld's new checks. OTOH, it's just a check, not a regression since 1.7.2, so I'd suggest we put it in the 1.7 branch but not push 1.7.4 only to fix this bug.
comment:7 Changed 9 years ago by
Milestone: | tbd → 1.7.4 |
---|
I see this error as well, when I updated my application to build with the 1.7.3 release of dojo. I did not have this error with r27919 of the util directory.