diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2018-06-22 18:34:01 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-06-29 12:59:30 +0200 |
commit | e8b1dab67fd041103546e5427dd75b40ddb0431a (patch) | |
tree | a1109aeaf7f30a59dab2c64c4322bd7caabdffc1 /bin | |
parent | 0a182c2841fa48029bfd66814f2fa4cb59e907d3 (diff) |
test: invoke ODF validator with custom schemas
This requires a new validator jar for the -m flag to specify
MathML schema.
Change-Id: If99cf70f386a16a90ba676f8f5ff65a537c9ce56
Reviewed-on: https://gerrit.libreoffice.org/56487
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/odfvalidator.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/odfvalidator.sh.in b/bin/odfvalidator.sh.in index 56e2f2985f04..605e74731f20 100644 --- a/bin/odfvalidator.sh.in +++ b/bin/odfvalidator.sh.in @@ -1,2 +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 "$@" +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@ "$@" |