From f54b5d1e24535aa0614cd6ac3a89802999e2c366 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 21 Aug 2008 12:22:18 +0000 Subject: [PATCH] oops, stray bell character git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@687725 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/faq.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdocs/faq.xml b/xdocs/faq.xml index ed87a88ec..2fe536f52 100644 --- a/xdocs/faq.xml +++ b/xdocs/faq.xml @@ -1377,7 +1377,7 @@ public void buildFinished(BuildEvent e) {

When Ant forks a new process for example by using the <exec>, <apply> - or <java> tasks, it will also start a + or <java> tasks, it will also start a new thread reading from standard input and sending everything that it has read to that process.