This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit e25d80fcde2c59af703a7eb759aee20ff62d590b Author: Dimitris Soumis <[email protected]> AuthorDate: Mon Dec 29 16:03:01 2025 +0200 Fix test-compile error when running tests with -Dtest.profile=buildutil --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 08432bc57b..04e27f253a 100644 --- a/build.xml +++ b/build.xml @@ -1931,7 +1931,7 @@ <include name="util/**" /> <!-- Exclude these by default as Gump can't run them because the --> <!-- classes on which they depend are not in any output JAR. --> - <exclude name="org/apache/tomcat/buildutil/**"/> + <exclude name="org/apache/tomcat/buildutil/**" unless="test.includeBuildutil"/> </javac> <copy todir="${test.classes}"> <fileset dir="test"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
