Browse Source

Add some links to bug reports

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@688064 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
10e2efa08e
1 changed files with 8 additions and 4 deletions
  1. +8
    -4
      xdocs/faq.xml

+ 8
- 4
xdocs/faq.xml View File

@@ -1386,10 +1386,14 @@ public void buildFinished(BuildEvent e) {
a thread even if the process doesn't need one.</p>

<p>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
<code>&lt;input&gt;</code> tasks requiring additional inputs
if they come after an <code>&lt;exec&gt;</code> task.</p>
process
being <a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=34461">suspended
when a build forking new process is run as a background
process</a> on Unix-like systems or
<code>&lt;input&gt;</code>
tasks <a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=41024">requiring
additional inputs</a> if they come after
an <code>&lt;exec&gt;</code> task.</p>

<p>Fortunately there is a workaround for this, always specify
<code>inputstring=""</code> for


Loading…
Cancel
Save