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 2022/12/27 12:34:17 UTC

[xalan-java] branch xalan-j_2_7_1_maint updated: xalanj commit : minor improvements to readme file

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 39c946a3 xalanj commit : minor improvements to readme file
39c946a3 is described below

commit 39c946a38a5fe3e462ae4daaa0f0e2ecee8e7faf
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Tue Dec 27 18:04:01 2022 +0530

    xalanj commit : minor improvements to readme file
---
 README | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 1e76f80f..a148f638 100644
--- a/README
+++ b/README
@@ -45,17 +45,24 @@ set JAVA_HOME=C:\Program Files\Eclipse Adoptium\jdk-8.0.352.8-hotspot\
 
 set ANT_HOME=C:\java\apache-ant-1.10.12
 
-3) Run the command, "build clean fulldist" from folder xalan-java. This shall produce the following jars, 
-relevant for testing the XalanJ build : xalan.jar, serializer.jar. [1]
+3) Run the command, "build clean fulldist" from folder xalan-java.
+
+For XalanJ source distribution users, this command needs to be run from, the root 
+of the XalanJ source distribution folder (i.e, from the source distribution folder, 
+which contains folders "src", "tools" etc).
+
+This shall produce the following jars, relevant for testing the XalanJ 
+build : xalan.jar, serializer.jar. [1]
 
 (2) Steps to run the XalanJ tests, on XalanJ implementation
 
 1) Go to the XalanJ tests repos's, local git clone folder:
 cd ..\xalan-test
 
-For XalanJ source distribution users, xalan-test folder, is located at the root of the XalanJ 
-source distribution folder (i.e, parallel to folders "src", "tools" etc) from where XalanJ 
-source distribution users may run XalanJ tests.
+For XalanJ source distribution users, xalan-test folder is located at the root of the XalanJ 
+source distribution folder (i.e, parallel to folders "src", "tools" etc), from where XalanJ 
+source distribution users may run XalanJ tests, by using the "build" script located at 
+this folder location.
 
 2) Set JAVA_HOME and ANT_HOME environment variables, for example:
 
@@ -75,7 +82,9 @@ xalan-test/tools to the folder xalanjrelease_jardir. From the folder xalan-java/
 copy the jars bsf.jar, rhino-1.7.14.jar, commons-logging-1.2.jar, regexp.jar to the 
 folder xalanjrelease_jardir (XalanJ source distribution users may copy the jars bsf.jar, 
 rhino-1.7.14.jar, commons-logging-1.2.jar, regexp.jar from folder for e.g xalan-j_2_7_3/lib 
-within the source distribution).
+within the source distribution. XalanJ source distribution users may also copy the 
+jars xml-apis.jar and xercesImpl.jar from folder for e.g xalan-j_2_7_3/lib/endorsed 
+to the folder xalanjrelease_jardir).
 
 Now the folder xalanjrelease_jardir, has the XalanJ jar xalan.jar that needs 
 to be tested, and all the supporting jars needed for testing.


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