# 1a. Java and ant variables, adjust for your system
export JAVA_HOME=`/usr/libexec/java_home`
-export ANT_OPTS="-Xmx4096m
+export ANT_OPTS="-Xmx4096m"
# 1b. CLDR variables, adjust for your setup; with cygwin it might be e.g.
# CLDR_DIR=`cygpath -wp /build/cldr`
ldml("numbers/defaultNumberingSystem");
// These paths were mostly derived from looking at the previous implementation's behaviour
- // and can be modified as needed. Notably there are no "units" here (but they were also
- // excluded in the original code).
+ // and can be modified as needed.
private static final Predicate<CldrPath> IS_PSEUDO_PATH =
matchAnyLdmlPrefix(
"localeDisplayNames",
"listPatterns",
"posix/messages",
"characterLabels",
- "typographicNames")
+ "typographicNames",
+ "units")
.and(matchAnyLdmlPrefix(
"localeDisplayNames/localeDisplayPattern",
"dates/timeZoneNames/fallbackFormat")
From this directory:
-$ ./install-cldr-jars.sh "$CLDR_ROOT"
+$ ./install-cldr-jars.sh "$CLDR_DIR"
Manually installing the CLDR API jar