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