Author: bodewig
Date: Fri Aug 22 04:26:28 2008
New Revision: 688064
URL: http://svn.apache.org/viewvc?rev=688064&view=rev
Log:
Add some links to bug reports
Modified:
ant/core/trunk/xdocs/faq.xml
Modified: ant/core/trunk/xdocs/faq.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/xdocs/faq.xml?rev=688064&r1=688063&r2=688064&view=diff
==============================================================================
--- ant/core/trunk/xdocs/faq.xml (original)
+++ ant/core/trunk/xdocs/faq.xml Fri Aug 22 04:26:28 2008
@@ -1386,10 +1386,14 @@
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><input></code> tasks requiring additional inputs
- if they come after an <code><exec></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><input></code>
+ tasks <a
href="https://issues.apache.org/bugzilla/show_bug.cgi?id=41024">requiring
+ additional inputs</a> if they come after
+ an <code><exec></code> task.</p>
<p>Fortunately there is a workaround for this, always specify
<code>inputstring=""</code> for