Changes between Version 2 and Version 3 of synch_lang
- Timestamp:
- 04/03/09 02:43:58 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
synch_lang
v2 v3 16 16 {{{java -cp WEB-INF/lib/geonetwork.jar:WEB-INF/lib/jeeves.jar:WEB-INF/lib/jdom.jar org.fao.geonet.apps.!CheckLocalizedFiles loc/ en > output_file.txt}}} 17 17 18 You can also run the application for other folders containing localized files. For instance part of InterMap or those that come with a metadata schema. Just change the {{{loc/}}} part with a reference to the folder you want to compare. So for instance:18 You can also run the application for other folders containing localized files. For instance part of !InterMap or those that come with a metadata schema. Just change the {{{loc/}}} part with a reference to the folder you want to compare. So for instance: 19 19 20 20 {{{java -cp WEB-INF/lib/geonetwork.jar:WEB-INF/lib/jeeves.jar:WEB-INF/lib/jdom.jar org.fao.geonet.apps.CheckLocalizedFiles xml/schemas/iso19139/loc/ en > ~/localization_errors_19139.txt}}}