This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 36fa2178f9b94b8bdcc3c05b1b773122d93bb6ea 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 dd4e5c5de2..563b3a0f8c 100644 --- a/build.xml +++ b/build.xml @@ -1900,7 +1900,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]
