This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 98d08824f4 Avoid spotbugs classpath complaints 98d08824f4 is described below commit 98d08824f4b254653d461274ea833a27f3f78f32 Author: remm <r...@apache.org> AuthorDate: Thu Jan 25 12:19:00 2024 +0100 Avoid spotbugs classpath complaints --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index f694eb022d..8e09578164 100644 --- a/build.xml +++ b/build.xml @@ -2147,7 +2147,7 @@ <class location="${tomcat.classes}" /> <class location="${test.classes}" /> <auxClasspath> - <fileset file="${jdt.jar}" /> + <path refid="tomcat.test.classpath"/> <fileset file="${ant.core.lib}" /> </auxClasspath> </spotbugs> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org