This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-common.git
commit b24e42f26da431ca6c2a7c793f2fda855f8154d7 Author: Stefan Bodewig <[email protected]> AuthorDate: Fri Jun 19 18:32:49 2026 +0200 take advantage of AntUnit 1.5.0 --- build.xml | 5 +++++ prepare.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index b283f42..6b512eb 100644 --- a/build.xml +++ b/build.xml @@ -206,6 +206,11 @@ failOnError="false" errorProperty="antunit.tests.failed" > + <classpath> + <path refid="classpath.test"/> + <pathelement location="${build.classes}"/> + <pathelement location="${jarname}"/> + </classpath> <fileset dir="${src.antunit}" includes="${antunit.includes}" excludes="${antunit.excludes}" /> diff --git a/prepare.xml b/prepare.xml index cd9385e..5c832ad 100644 --- a/prepare.xml +++ b/prepare.xml @@ -26,7 +26,7 @@ The original of this snippet is maintained in the antlib-common project. <project default="bootstrap" xmlns:unless="ant:unless" xmlns:if="ant:if"> <!-- Which released version of AntUnit to use, where to download, where to store. --> - <property name="antunit.version" value="1.3"/> + <property name="antunit.version" value="1.5.0"/> <property name="antunit.url" value="https://repo1.maven.org/maven2/org/apache/ant/ant-antunit/${antunit.version}/ant-antunit-${antunit.version}.jar"/> <property name="antunit.file" value="ant-antunit.jar"/>
