Please make sure these boxes are checked before submitting your issue - thank you!
[x] Issue is not related to specific validation rules for any domain.
[x] Issue is related to process of validation itself, ie. preparation of validation artifacts and detecting type of content.
Your issue here:
build-ubl-2.0.sh : run with errors
Unzip source
caution: filename not matched: os-UBL-2.0/xsdrt/common
caution: filename not matched: os-UBL-2.0/xsdrt/maindoc
./build-ubl-2.0.sh: line 15: cd: target/os-UBL-2.0/xsdrt: No such file or directory
Generate buildconfig.xml
From man unzip:
"be sure to quote expressions that would otherwise be expanded"
Please make sure these boxes are checked before submitting your issue - thank you!
Your issue here:
build-ubl-2.0.sh : run with errors
From man unzip: "be sure to quote expressions that would otherwise be expanded"
Fix: unzip -q ubl-2.0-source.zip 'os-UBL-2.0/xsdrt/*' -d target
As a side note: I can not find a reliable source to check the md5 result.
$ md5 ubl-2.0-source.zip MD5 (ubl-2.0-source.zip) = e5f8371423685f23ea02dc4e71e3382c
is it correct?