Hi Gary,
    I don't get these Xalan-J Maven build errors.

On Mon, Jul 28, 2025 at 12:53 AM Gary Gregory <garydgreg...@gmail.com> wrote:

> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Failures:
> [ERROR]   
> FnTransformTests.xslFnTransformTest11:157->XslTransformTestsUtil.runXslTransformAndAssertOutput:170
> [ERROR]   
> FnTransformTests.xslFnTransformTest12:167->XslTransformTestsUtil.runXslTransformAndAssertOutput:170
> [ERROR]   
> FnTransformTests.xslFnTransformTest9:137->XslTransformTestsUtil.runXslTransformAndAssertOutput:170
> [INFO]
> [ERROR] Tests run: 1183, Failures: 3, Errors: 0, Skipped: 0
> [INFO]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  6.769 s
> [INFO] Finished at: 2025-07-27T15:19:52-04:00
> [INFO] 
> ------------------------------------------------------------------------

For you, these errors have occurred with Xalan-J's fn:transform
function implementation.

When I run only fn:transform tests with command mvn clean test
-Dtest=FnTransformTests, I get a successful build output as follows:

[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.xalan.tests.xpath3.FnTransformTests
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time
elapsed: 10.596 s - in org.apache.xalan.tests.xpath3.FnTransformTests
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------

Is it possible that, you may run Xalan-J fn:transform function's
failing tests from command line using the command java
org.apache.xalan.xslt.Process -in .. -xsl ..

and let us know what errors are emitted for these Xalan-J tests, so
that we could debug for the resolution of these errors.


-- 
Regards,
Mukul Gandhi

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org

Reply via email to