Hi Mukul. Thank you for clearing that up.
I see two issues holding us back: mvn clean install test -Dtest=AllXalanXSLT3Tests Gives me: [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.xalan.tests.main.AllXalanXSLT3Tests [ERROR] Tests run: 1405, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 3.331 s <<< FAILURE! - in org.apache.xalan.tests.main.AllXalanXSLT3Tests [ERROR] xslValueComparison7(org.apache.xalan.tests.xpath3.XPathValueComparisonTests) Time elapsed: 0.007 s <<< FAILURE! junit.framework.AssertionFailedError at org.apache.xalan.tests.xpath3.XPathValueComparisonTests.xslValueComparison7(XPathValueComparisonTests.java:120) [ERROR] xslFnCollectionTest1(org.apache.xalan.tests.xpath3.FnCollectionTests) Time elapsed: 0.004 s <<< FAILURE! junit.framework.AssertionFailedError at org.apache.xalan.tests.xpath3.FnCollectionTests.xslFnCollectionTest1(FnCollectionTests.java:59) [ERROR] xslFnCollectionTest2(org.apache.xalan.tests.xpath3.FnCollectionTests) Time elapsed: 0.002 s <<< FAILURE! junit.framework.AssertionFailedError at org.apache.xalan.tests.xpath3.FnCollectionTests.xslFnCollectionTest2(FnCollectionTests.java:69) [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] FnCollectionTests.xslFnCollectionTest1:59->XslTransformTestsUtil.runXslTransformAndAssertOutput:223 [ERROR] FnCollectionTests.xslFnCollectionTest2:69->XslTransformTestsUtil.runXslTransformAndAssertOutput:223 [ERROR] XPathValueComparisonTests.xslValueComparison7:120->XslTransformTestsUtil.runXslTransformAndAssertOutput:223 [INFO] [ERROR] Tests run: 1405, Failures: 3, Errors: 0, Skipped: 0 Using: Apache Maven 3.9.13 (39d686bd50d8e054301e3a68ad44781df6f80dda) Maven home: /opt/homebrew/Cellar/maven/3.9.13/libexec Java version: 21.0.10, vendor: Homebrew, runtime: /opt/homebrew/Cellar/openjdk@21/21.0.10/libexec/openjdk.jdk/Contents/Home Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "26.3.1", arch: "aarch64", family: "mac" The more important issue is that the source zip contains a bunch of JAR files, including a mystery unreleased private copy of Xerces: libs/org/apache/xerces/xercesImpl/2.12.3_alpha/xercesImpl-2.12.3_alpha.jar Ideally, a source zip should contain no JARs. That's what Maven dependencies are for. There is no Xerces 2.12.3_alpha release, and there isn't even a tag in the Xerces repository for such a release. In fact, the Xerces-J repository on git was not properly migrated from Subversion in the first place, since it contains zero tags: 'git tag' returns nothing :( It looks like we need to work on Xerces first IMO. Thank you for your patience. Gary On Sun, Mar 8, 2026 at 8:04 AM Mukul Gandhi <[email protected]> wrote: > > Hi Gary, > > On Sun, Mar 8, 2026 at 12:37 AM Gary Gregory <[email protected]> wrote: > > > https://dist.apache.org/repos/dist/dev/xalan/j/xslt3.0/alpha1/rc4/ is > > currently at revision 82918. > > > > The email records revision 82904. Should I go back and test 82904 or 82918? > > The web url, > https://dist.apache.org/repos/dist/dev/xalan/j/xslt3.0/alpha1/rc4/ > as of now shows revision 82920. > > I think, you may please download Xalan-J XSLT 3.0 alpha1 RC4 from link > https://dist.apache.org/repos/dist/dev/xalan/j/xslt3.0/alpha1/rc4/ > disregarding the revision than link displays and review the downloaded > archives. > > Many thanks. > > > -- > Regards, > Mukul Gandhi > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
