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

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 11ed01df5 "fixed it" and a copy-paste error
11ed01df5 is described below

commit 11ed01df5832a72342710681344b89b4a272cc5b
Author: Stefan Bodewig <[email protected]>
AuthorDate: Fri Apr 3 09:55:00 2026 +0200

    "fixed it" and a copy-paste error
---
 WHATSNEW                                 | 1 +
 src/tests/antunit/util/java-env-test.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/WHATSNEW b/WHATSNEW
index 627cf4adf..c30f20063 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -9,6 +9,7 @@ Fixed bugs:
    without loading FileUtils first causing NullPointerException for
    programmatic use on Windows. This affected Eclipse and may also
    affect other projects using Ant as a library.
+   The classes can now be loaded independently again.
    Bugzilla Report 69992
 
 Changes from Ant 1.10.15 TO Ant 1.10.16
diff --git a/src/tests/antunit/util/java-env-test.xml 
b/src/tests/antunit/util/java-env-test.xml
index 3d75e4668..dd8038186 100644
--- a/src/tests/antunit/util/java-env-test.xml
+++ b/src/tests/antunit/util/java-env-test.xml
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <project xmlns:au="antlib:org.apache.ant.antunit"
-         name="firstmatch-test"
+         name="java-env-test"
          default="antunit">
 
   <import file="../antunit-base.xml" />

Reply via email to