You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jk...@apache.org on 2023/12/22 04:27:00 UTC

(xalan-test) branch mvn-build-compatibility updated: clarify

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

jkesselm pushed a commit to branch mvn-build-compatibility
in repository https://gitbox.apache.org/repos/asf/xalan-test.git


The following commit(s) were added to refs/heads/mvn-build-compatibility by this push:
     new 18b04d4a clarify
18b04d4a is described below

commit 18b04d4ac264a4f7c9f961a6405c7746ce61fda9
Author: kubycsolutions <ke...@kubyc.solutions>
AuthorDate: Thu Dec 21 23:26:51 2023 -0500

    clarify
---
 build.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/build.xml b/build.xml
index 8adef666..755ff782 100644
--- a/build.xml
+++ b/build.xml
@@ -104,9 +104,9 @@ dependencies - users must manually 'build jar' first.
     <property name="xalan.tools.dir" value="${xalan.relpath}/tools"/>
 
     <!-- NOTE: Temporary measure: since I "helpfully" renamed xdocs to
-         stylebook in the mvn version of xalan-java, and expanded the 
+         stylebook in the mvn version of xalan-java, and expanded the
          site stylesheet tar.gz, we have an incompatability between
-         Ant and Maven builds of Xalan. For now I've
+         Ant and Maven build processes of Xalan. For now I've
          worked around this by pulling a copy of the tar.gz into
          xalan-tests. Better longterm (after ant-build back-compatibility
          is not an issue) would be to either reference Xalan-Java's
@@ -128,7 +128,11 @@ dependencies - users must manually 'build jar' first.
     <property name="xml-apis.jar" value="${xalan.lib.dir}/xml-apis.jar"/>
     <property name="parserjar" value="${xalan.lib.dir}/xercesImpl.jar"/>
 
-    <!-- JTidy is used by the XSLTC comparator -->
+    <!-- JTidy is (ab)used by the test comparator as a lightweight
+         HTML parser.  If there's a better one available under
+         Apache-compatible license, we might investigate switching
+         over.
+    -->
     <property name="jtidy.jar" value="${test.tools.dir}/jtidy-1.0.3.jar"/>
 
     <!-- The Mozilla Rhino jar is needed, to run Javascript extensions tests


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