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 4c32bf1686 Add test target that also recompiles all classes
4c32bf1686 is described below

commit 4c32bf16863797192bb120f07f13e1224d32e9e1
Author: remm <r...@apache.org>
AuthorDate: Thu Mar 20 12:26:23 2025 +0100

    Add test target that also recompiles all classes
---
 build.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/build.xml b/build.xml
index 19a4802396..aa3f3e9b47 100644
--- a/build.xml
+++ b/build.xml
@@ -1944,6 +1944,9 @@
   <target name="test" description="Runs the JUnit test cases"
           depends="test-nio,test-nio2,coverage-report,test-status" />
 
+  <target name="test-clean" description="Runs the JUnit test cases"
+          
depends="clean-classes,test-nio,test-nio2,coverage-report,test-status" />
+
   <target name="test-only" description="Runs the JUnit test cases, without 
compilation"
           depends="test-only-nio,test-only-nio2,test-status" />
 
@@ -3530,6 +3533,11 @@ Configured for ${release.asfusername} to release Tomcat 
${version.major}.${versi
   </target>
 
 
+  <target name="clean-classes">
+    <delete dir="${tomcat.classes}" />
+    <delete dir="${test.classes}" />
+  </target>
+
   <!-- ================ Download and dependency building =================== 
-->
 
   <target name="download-validate"


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to