From a59b6be0850a68a1bb5d7099a004a86c0fcb6e40 Mon Sep 17 00:00:00 2001 From: Vasily Melenchuk Date: Thu, 23 Jun 2016 14:20:58 +0300 Subject: 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 Reviewed-by: Thorsten Behrens --- bin/odfvalidator.sh.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bin/odfvalidator.sh.in (limited to 'bin') 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 "$@" -- cgit