This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/xerces-j.git

commit c069a6f07a1ea4fc7e41a56fb367200e9c05910b
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Jun 22 11:26:54 2025 +0000

    Update ant.yml
    
    Turn on tests and verify they fail
---
 .github/workflows/ant.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml
index 3936a9104..82b709e70 100644
--- a/.github/workflows/ant.yml
+++ b/.github/workflows/ant.yml
@@ -41,8 +41,8 @@ jobs:
 
     # test fails on JDK 8 due to java.lang.NoSuchFieldError
     # test fails in JDK 11+ as -Xbootclasspath/p is no longer a supported 
option
-    #- name: Ant Test (target test)
-    #  run: ant -noinput -buildfile build.xml test
+    name: Ant Test (target test)
+    run: ant -noinput -buildfile build.xml test
 
     # cannot target 'all' with any JDK due to NoClassDefFoundError: 
com/sun/image/codec/jpeg/JPEGCodec
     #- name: Ant Build (target all)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to