Opened 10 years ago
Closed 8 years ago
#16166 closed defect (fixed)
CLDR build broken in 1.8.1
Reported by: | Eric Poulin | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.8.6 |
Component: | Internationalization | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I downloaded the 1.8.1 build, extracted is (on windows) and went to dojo-release-1.8.1-src\util\buildscripts\cldr and ran ant. The build ran for a while but finally died with:
[cldr] Transformed zh_Hant.xml to C:\zip\dojo-release-1.8.1-src\dojo\cldr\nls\zh-hant [java] arrayInherit.js... [java] js: "<eval'ed string>#1(Function)#1(eval)#26(eval)", line 82: uncaught JavaScript? runtime exception: SyntaxError?: missing ) in parenthetical [java] at <eval'ed string>#1(Function)#1(eval):26 [java] [java] js: );) [java] js: .
BUILD FAILED C:\zip\dojo-release-1.8.1-src\util\buildscripts\cldr\build.xml:251: Java returned: 3
Took a look at arrayInherit.js, but I don't see any problems there. Must something going on in another location.
Change History (5)
comment:1 Changed 10 years ago by
comment:3 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
hrm. sorry, this has been a limitation of the ant scripts since we switched to AMD. the clean step is necessary, but undocumented.
comment:4 Changed 8 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Unacceptable. The six-character fix for this was to add clean
as a dependency to the default task but you didn’t do it, just posted on this ticket that it is undocumented and said “worksforme”?!
comment:5 Changed 8 years ago by
Milestone: | tbd → 1.8.6 |
---|---|
Priority: | undecided → high |
Resolution: | → fixed |
Status: | reopened → closed |
Fixed in 2b1c8b6bea573c61c73efdefb4c3828b9cac9b64 (master) Fixed in 18b6a1c1123e8e9d8cbb41130f9791cf73a2f600 (1.9) Fixed in 8c74592b39664fd4b9a0dd3853dea544b155a389 (1.8)
did you try an ant clean first?