Hi Gary, On Mon, Jan 9, 2023 at 9:19 PM Gary D. Gregory <ggreg...@apache.org> wrote:
> During the tests, the Ant tasks "build smoketest" and "build smoketest.xsltc" > write out many instances of: > > [xalantest] This document has errors that must be fixed before > [xalantest] using HTML Tidy to generate a tidied up version. > > Is that something to worry about? I believe that, this is not to be worried about and fine while ensuring XalanJ implementation's quality via the XalanJ tests that we've. The above cited error messages, do not affect success or failure of the XalanJ tests. > Also, out of "build smoketest", I see: > > scan: > [java] ResultScanner error on: results-api > [java] java.io.FileNotFoundException: ResultScanner: resultDir > results-api does not exist! > [java] at > org.apache.qetest.xsl.ResultScanner.scanResults(ResultScanner.java:67) > [java] at > org.apache.qetest.xsl.ResultScanner.main(ResultScanner.java:326) > [echo] About to execute XalanJ2 extensions tests... > > Is that something to worry about? I believe that, this is not to be worried about and fine while ensuring XalanJ implementation's quality via the XalanJ tests that we've. The above cited issue, doesn't affect success or failure of XalanJ tests that are run via build command "build smoketest". > There is some Subversion cruft, see "$Revision$" below: > > init.test: > [echo] Using parserjar ./../lib/xercesImpl.jar build.xml:$Revision$ > > I don't know if this impeeds anything or if it is just cosmetic. The above cited error message by you, is cosmetic. > I do not think any of the above is new FWIW, it's just that our old build is > unusual by more modern building standards like Maven that it is hard to tell > if something is wrong or not. I agree with you. > During "build conf.xsltc", I see a couple of: > > [xalantest] ERROR StylesheetTestlet{trax} attribset15.xsl threw: > javax.xml.transform.TransformerConfigurationException: Could not compile > stylesheet > > But again, I do not know if this is normal or not. Are we testing actual > compiling errors? I think, the above cited error message is normal for this XalanJ test, and actually indicates the test's success. To verify this, if we run the following command, java org.apache.xalan.xsltc.cmdline.Compile attribset15.xsl, we get following error, attribset15.xsl: line 20: You cannot call an attribute 'xmlns' The above cited error message, occurs because, the XSLT stylesheet attribset15.xsl has following syntax, <xsl:attribute name="xmlns">xmlns</xsl:attribute> -- Regards, Mukul Gandhi --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org For additional commands, e-mail: dev-h...@xalan.apache.org