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

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


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

commit d554bc2ee34f0a0dc1e567e079d8d5ded7fe3cbb
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 d456a72fde..96af34164c 100644
--- a/build.xml
+++ b/build.xml
@@ -1915,6 +1915,9 @@
   <target name="test" description="Runs the JUnit test cases"
           depends="test-nio,test-nio2,test-apr,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-only-apr,test-status" />
 
@@ -3525,6 +3528,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