Skip to content

CMD toolkit 1.2.4

Compare
Choose a tag to compare
@twagoo twagoo released this 06 Jan 10:16
3d4ebe9

Stable toolkit for CMDI 1.2, maintenance release version 1.2.4

Important change in this release:

  • The namespace for cues for tools, which is used in component specifications and profile schema files, CHANGED from http://www.clarin.eu/cmdi/cues/1 to http://www.clarin.eu/cmd/cues/1 (see #14)!

For a full list of changes, see CHANGES.md.


This release of the toolkit supports CMDI 1.2.

The upgrade-cmdi tool (see for a precompiled JAR below) can be used to upgrade your CMDI 1.1 records to 1.2.

> java -jar upgrade-cmdi.jar -?
INF: java -jar upgrade-cmdi.jar <OPTION>*, where <OPTION> is one of those:
INF: -i=<DIR/FILE> input directory or file (default: current working directory)
INF: -o=<DIR>      output directory (default: input directory or stdout)
INF: -c=<DIR>      cache directory (default: .cache)
INF: -x=<EXT>      extension of CMD files (default: .xml)
INF: -B            don't create a backup when input and output directory are the same, i.e., inplace update (default: backup)
INF: -P            single threaded batch conversion (default: parallel)
INF: -V            don't validate (XSD+Schematron) input (CMDI 1.1) and output (CMDI 1.2) (default: validate)
INF: -S            don't validate (Schematron) input (CMDI 1.1) and output (CMDI 1.2) against (default: schematron)
INF: -C            don't clean the cache directory (default: clean cache)

Any problems can be reported to [email protected].