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.
<input>
+ tasks requiring
+ additional inputs if they come after
+ an <exec>
task.
Fortunately there is a workaround for this, always specify
inputstring=""
for