To run the tests...
Checked out xalan-test, renamed it test, moved it to be sibling of
xalan-j directory
Told it where to look for ant, which on my system was
export ANT_HOME=/usr/share/ant
Told test build where to look for the xalan jarfiles.
export JARDIR=../xalan-j/build
From the new xalan/test directory, ran
./build.sh
To confirm proper directory relationships, I moved back to the xalan
directory and tried
./build.sh smoketest
It replied with
BUILD FAILED
file:/mnt/c/Users/keshlam/xalan/test/build.xml:788: Target `api' does
not exist in this project.
I'll try running tests from the test directory shortly.