Hi Joseph, On Fri, Feb 24, 2023 at 2:50 AM Joseph Kesselman <[email protected]> wrote: > > No, there's no reason to continue Java 1.3 support. But that's the version > currently called for by the build, and I want to test as you have presumably > built it.
There's the following XalanJ readme file located at https://gitbox.apache.org/repos/asf?p=xalan-java.git;a=blob_plain;f=README;hb=refs/heads/xalan-j_2_7_1_maint, that we've written, which describes the process of building and testing XalanJ for the (2.7.3) release. This readme file, has few instructions mentioned for windows platform, but those can easily be understood for Linux as well. For the XalanJ implementation repos (xalan-java), we're using the branch xalan-j_2_7_1_maint (and not 'master'). You'd need do git clone of this mentioned branch, with command git clone --single-branch https://gitbox.apache.org/repos/asf/xalan-java.git -b xalan-j_2_7_1_maint (as mentioned within the readme file as well, cited above). For the XalanJ tests repos, we're using the branch 'master' (which can cloned with the command, git clone https://gitbox.apache.org/repos/asf/xalan-test.git as mentioned within readme file as well). -- Regards, Mukul Gandhi
