cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/util/buildscripts/cldr/README
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00

13 lines
No EOL
917 B
Text

The scripts in this directory are responsible for generating the data tables in dojo/cldr/nls.
Dojo provides a subset of this output in dojo/cldr/nls under source control, the rest must be
generated by the developer using these scripts. See dojo/cldr/README for details.
To trigger generation of a full set of locale resources, simply type "ant". An optional
list of locales may be specified as an ant property to limit the set of locales built.
Currencies may also be specified, but a default list is included in the ant script.
NOTE: it is currently necessary to perform a one-time installation of the Saxon XSLT
processor in ~/.ant/lib due to classpath issues and workarounds. The ant task will do this for you.
Also, ant version 1.6.5 is recommended. The build script does not properly resolve the
XSLT catalog with newer versions of ant which makes the process take much longer. See ticket #7969