commit e73b22e4ce3abe4e3281c237eb476bc7057b4385
Author: Scott Kostyshak <[email protected]>
Date: Wed Jan 7 12:06:26 2026 +0100
ctests: fix a DocBook url
The previous URL caused the DocBook tests to fail.
Thanks to Kornel.
---
development/autotests/export.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/development/autotests/export.cmake
b/development/autotests/export.cmake
index a559474a33..d82b28edeb 100755
--- a/development/autotests/export.cmake
+++ b/development/autotests/export.cmake
@@ -208,10 +208,10 @@ macro(check_xhtml_xmlparser xhtml_file)
endmacro()
macro(check_docbook_jing xhtml_file)
- message(STATUS "Calling: ${JAVA_EXECUTABLE} -jar
\"${TOP_SRC_DIR}/development/tools/jing.jar\"
\"https://docbook.org/xml/5.2b09/rng/docbook.rng\"
\"${TempDir}/${xhtml_file}\"")
+ message(STATUS "Calling: ${JAVA_EXECUTABLE} -jar
\"${TOP_SRC_DIR}/development/tools/jing.jar\"
\"https://cdn.docbook.org/schema/5.2/rng/docbook.rng\"
\"${TempDir}/${xhtml_file}\"")
set(_outputfile "${TempDir}/${xhtml_file}.jing_out")
execute_process(
- COMMAND ${JAVA_EXECUTABLE} -jar
"${TOP_SRC_DIR}/development/tools/jing.jar"
"https://docbook.org/xml/5.2b09/rng/docbook.rng" "${xhtml_file}"
+ COMMAND ${JAVA_EXECUTABLE} -jar
"${TOP_SRC_DIR}/development/tools/jing.jar"
"https://cdn.docbook.org/schema/5.2/rng/docbook.rng" "${xhtml_file}"
WORKING_DIRECTORY "${TempDir}"
OUTPUT_VARIABLE jingout
RESULT_VARIABLE _err)
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs