You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mu...@apache.org on 2023/01/30 01:11:22 UTC

[xalan-java] branch xalan-j_2_7_1_maint updated: making build file changes, for using newer version of jtidy

This is an automated email from the ASF dual-hosted git repository.

mukulg pushed a commit to branch xalan-j_2_7_1_maint
in repository https://gitbox.apache.org/repos/asf/xalan-java.git


The following commit(s) were added to refs/heads/xalan-j_2_7_1_maint by this push:
     new 0f7ad033 making build file changes, for using newer version of jtidy
0f7ad033 is described below

commit 0f7ad033f49b088e4b47d153208ada86ac451f4c
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Mon Jan 30 06:41:06 2023 +0530

    making build file changes, for using newer version of jtidy
---
 build_srcdist_xalan_tests.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build_srcdist_xalan_tests.xml b/build_srcdist_xalan_tests.xml
index 7caf1b5a..d1d5ff8f 100644
--- a/build_srcdist_xalan_tests.xml
+++ b/build_srcdist_xalan_tests.xml
@@ -109,7 +109,8 @@ file build.xml provided by XalanJ xalan-test git repos.
     <property name="parserjar" value="${xalan.lib.dir}/xercesImpl.jar"/>
 
     <!-- JTidy is used by the XSLTC comparator -->
-    <property name="jtidy.jar" value="${test.tools.dir}/Tidy.jar"/>
+	<!--<property name="jtidy.jar" value="${test.tools.dir}/Tidy.jar"/>-->
+	<property name="jtidy.jar" value="${test.tools.dir}/jtidy-r938.jar"/>
     
     <!-- The Mozilla Rhino jar is needed, to run Javascript extensions tests -->
     <property name="js.jar" value="${xalan.relpath}/lib/rhino-1.7.14.jar"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org