CMDI-1.2.0
menzowindhouwer
released this
11 Jul 16:40
·
69 commits
to master
since this release
Stable toolkit for CMDI 1.2
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.2 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].