#15647 closed defect (fixed)
CLDR build broken
Reported by: | Douglas Hays | Owned by: | Adam Peller |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8.1 |
Component: | Internationalization | Version: | 1.8.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Refs #13906. Running a full build shows invalid syntax in 2 files within cldr/ldml/core.zip. I modified my sandbox core.zip and the build succeeds. I'm not sure how to best fix these permanently so they're not regressed with each CLDR upgrade. Here are my changes:
Command? unzip -p core.zip common/main/twq.xml | diff - common/main/twq.xml 397,398c397,404 < <am>Subbaahi</am> < <pm>Zaarikay b</pm> --- > <dayPeriods> > <dayPeriodContext type="format"> > <dayPeriodWidth type="wide"> > <dayPeriod type="am">Subbaahi</dayPeriod> > <dayPeriod type="pm">Zaarikay b</dayPeriod> > </dayPeriodWidth> > </dayPeriodContext> > </dayPeriods> 07:52:22 E:/work/util/buildscripts/cldr/ldml Command? unzip -p core.zip common/main/mgh.xml | diff - common/main/mgh.xml 286,287c286,293 < <am>wichishu</am> < <pm>mchochil'l</pm> --- > <dayPeriods> > <dayPeriodContext type="format"> > <dayPeriodWidth type="wide"> > <dayPeriod type="am">wichishu</dayPeriod> > <dayPeriod type="pm">mchochil'l</dayPeriod> > </dayPeriodWidth> > </dayPeriodContext> > </dayPeriods>
Change History (6)
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Priority: | undecided → high |
Status: | new → assigned |
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
could try to figure out what's up with the XSLT too, I suppose, but I think it's easier to just remove them. posted a ticket on cldr-trac to get this fixed.
comment:4 Changed 8 years ago by
Milestone: | 1.8 → 1.8.1 |
---|---|
Priority: | high → blocker |
Don’t understand why this was not marked as a 1.8 blocker. Can’t do complete CDN builds with broken CLDR.
Note: See
TracTickets for help on using
tickets.
I suggest modifying the ant.xml to just remove these two locales until they're fixed.