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

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e9795966 explicitly mention Laucher is going to terminate the VM
5e9795966 is described below

commit 5e9795966c12620b7bf3eb54578c34969844a7e0
Author: Stefan Bodewig <bode...@apache.org>
AuthorDate: Thu Jun 5 22:25:07 2025 +0200

    explicitly mention Laucher is going to terminate the VM
    
    https://bz.apache.org/bugzilla/show_bug.cgi?id=65148
---
 manual/running.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/manual/running.html b/manual/running.html
index 7248cd11a..ae2d01b80 100644
--- a/manual/running.html
+++ b/manual/running.html
@@ -662,6 +662,10 @@ <h2 id="viajava">Running Ant via Java</h2>
 the <samp>ant-launcher.jar</samp>.
 </p>
 
+<p>Note that both classes will terminate the running VM when the build
+  is finished and thus are not well suited as programmatic entry
+  points.</p>
+
 <p id="viaant">
 Ant can be started in Ant via the <code>&lt;java&gt;</code> command.
 Here is an example:

Reply via email to