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

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


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 076abc8e27 Add test target that also recompiles all classes
076abc8e27 is described below

commit 076abc8e27ff6b27069cff698076fabf9592b7d8
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 0ddcf7d5f9..6e0f311137 100644
--- a/build.xml
+++ b/build.xml
@@ -1939,6 +1939,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" />
 
@@ -3460,6 +3463,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