From 10e2efa08e38820e0448d35fcfd845555457114d Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 22 Aug 2008 11:26:28 +0000 Subject: [PATCH] Add some links to bug reports git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@688064 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/faq.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/xdocs/faq.xml b/xdocs/faq.xml index 8c1c0f739..bd98f9c19 100644 --- a/xdocs/faq.xml +++ b/xdocs/faq.xml @@ -1386,10 +1386,14 @@ public void buildFinished(BuildEvent e) { a thread even if the process doesn't need one.

This behaviour leads to strange side effects like the Ant - process being suspended when a build forking new process is - run as a background process on Unix-like systems or - <input> tasks requiring additional inputs - if they come after an <exec> task.

+ process + being suspended + when a build forking new process is run as a background + process on Unix-like systems or + <input> + tasks requiring + additional inputs if they come after + an <exec> task.

Fortunately there is a workaround for this, always specify inputstring="" for