#18481 closed defect (fixed)
CLDR Build Broken
Reported by: | George Sexton | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.4.9 |
Component: | BuildSystem | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Ant Version: 1.9.4 Java Version: 1.8.0_40 OS OpenSuSE 13.2
Change to $DOJO_SRC/util/buildscripts/cldr
Type "ant" Command Output:
Buildfile: /home/gsexton/dojo-release-1.10.4-src/util/buildscripts/cldr/build.xml
clean:
[delete] Deleting directory /home/gsexton/dojo-release-1.10.4-src/dojo/cldr/nls
[mkdir] Created dir: /home/gsexton/dojo-release-1.10.4-src/dojo/cldr/nls
-check-config:
-fix-config:
-ldml-check:
ldml:
[mkdir] Created dir: /home/gsexton/dojo-release-1.10.4-src/util/buildscripts/cldr/ldml/core [unzip] Expanding: /home/gsexton/dojo-release-1.10.4-src/util/buildscripts/cldr/ldml/core.zip into /home/gsexton/dojo-release-1.10.4-src/util/buildscripts/cldr/ldml/core
cldr:
[mkdir] Created dir: /home/gsexton/dojo-release-1.10.4-src/dojo/cldr/nls/ar
[xslt] Transforming into /home/gsexton/dojo-release-1.10.4-src/dojo/cldr/nls/ar [xslt] Processing /home/gsexton/dojo-release-1.10.4-src/util/buildscripts/cldr/ldml/core/common/main/ar.xml to /home/gsexton/dojo-release-1.10.4-src/dojo/cldr/nls/ar/ar.tmp [xslt] Loading stylesheet /home/gsexton/dojo-release-1.10.4-src/util/buildscripts/cldr/calendar.xsl [xslt] Failed to load net.sf.saxon.TransformerFactoryImpl? via the configured classpath, will try Ant's classpath instead. [xslt] Failed to process null
BUILD FAILED /home/gsexton/dojo-release-1.10.4-src/util/buildscripts/cldr/build.xml:248: java.lang.ClassNotFoundException?: net.sf.saxon.TransformerFactoryImpl?
at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
if you add: <classpath>
<pathelement path="${java.class.path}"/>
</classpath>
to the xslt block of build.xml build works as expected.
Change History (16)
comment:1 Changed 6 years ago by
Component: | General → BuildSystem |
---|---|
Owner: | set to Rawld Gill |
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.11 |
---|
comment:3 Changed 5 years ago by
Milestone: | 1.11 → 1.12 |
---|
comment:4 Changed 4 years ago by
I've added a pull request that fixes this, and also fixes compilation with JDK 1.8.
comment:16 Changed 4 years ago by
Milestone: | 1.13 → 1.4.9 |
---|---|
Priority: | undecided → high |
Unfortunately punting until 1.12.