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

dsoumis pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 5daacc117ff33cd3e565c3df868836d5e7ce1875
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 d470df68eb..ae295553a8 100644
--- a/build.xml
+++ b/build.xml
@@ -1924,7 +1924,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]

Reply via email to