After running the conf tests successfully, I get the following error
runnig viewResults.sh to transform results.xml into results.html.
This was working until recently. I've update both xml-xalan/java and
xml-xalan/test. I don't see any bugs.xml in .../xml-xalan/java,
even after doing a 'cvs update bugs.xml'.
org.apache.xalan.xslt.Process -in ./tests/results-conf/results.xml -xsl viewResults.xsl
-out ./tests/results-conf/results.html
org.apache.xml.utils.WrappedRuntimeException: File
"file:///net/bigblock/files18/tamiro/xml-xalan/java/bugs.xml" not found.
at org.apache.xml.dtm.ref.DTMManagerDefault.getDTM(DTMManagerDefault.java:384)
at org.apache.xpath.XPathContext.getDTM(XPathContext.java:168)
Tom