This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit c158fa6816c38880772f27607b3cef2e1e97bac2 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 53c91d023c..eee2e79aa8 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]
