qetest.jar is just the org.apache.qetest package and a file that the Ant
build script needs. It's all the parts of the testing framework that are
independent of Xalan - in fact I was hoping to move it over to xml-commons
and share that code with other xml projects at some point.
For testing xalan or xsltc code, you do not need it since the testxsl.jar
file should have everything you need (i.e. both the independent framework
and the xalan/xsltc specific framework, plus all the actual test scripts).
But I had to put it in there for certain kinds of build configurations,
like gump.
- Shane
---- you Tom Amiro <[EMAIL PROTECTED]> wrote ----
Question on getest.jar. I tried building it and only
get an empty jar file. What's its function and how do
you build it, if it is required for anything? Tom