diff options
author | Vasily Melenchuk <vasily.melenchuk@cib.de> | 2016-06-23 14:20:58 +0300 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-07-21 01:47:02 +0000 |
commit | a59b6be0850a68a1bb5d7099a004a86c0fcb6e40 (patch) | |
tree | 8e3bb841728bb678540488bd6f633e01790c8fb1 /bin | |
parent | 0ccb3ccc4c7bafeb2fbbd689c90f710bc65d37e0 (diff) |
odfvalidator support in export tests without external repositories
Fetching external tarball for Apache ODF Toolkit, configuration of
wrapper script for odf validator execution
Change-Id: I8b3824a91ebc6ddc196416e197b6c688964a13a9
Reviewed-on: https://gerrit.libreoffice.org/26596
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/odfvalidator.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/odfvalidator.sh.in b/bin/odfvalidator.sh.in new file mode 100644 index 000000000000..56e2f2985f04 --- /dev/null +++ b/bin/odfvalidator.sh.in @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +java -Djavax.xml.validation.SchemaFactory:http://relaxng.org/ns/structure/1.0=org.iso_relax.verifier.jaxp.validation.RELAXNGSchemaFactoryImpl -Dorg.iso_relax.verifier.VerifierFactoryLoader=com.sun.msv.verifier.jarv.FactoryLoaderImpl -jar @TARFILE_LOCATION@/@ODFVALIDATOR_JAR@ -e "$@" |