Browse Source

Add FAQ entry for PR 45370

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

+ 17
- 0
xdocs/faq.xml View File

@@ -1399,6 +1399,23 @@ public void buildFinished(BuildEvent e) {
</answer>
</faq>

<faq id="javac-stackoverflow">
<question><code>&lt;javac&gt;</code> causes a
StackOverflowError</question>

<answer>

<p>For some Java source files it is possible
that <a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=45370">causes
a StackOverlowError</a> is thrown inside Sun's javac
compiler. As far as we can tell this is not triggered by a
bug in Ant.</p>

<p>It is possible to work around this problem by setting
<code>&lt;javac&gt;</code>'s fork attribute to true.</p>
</answer>
</faq>

<faq id="170-requires-junit">
<question>Ant 1.7.0 doesn't build from sources without
JUnit</question>


Loading…
Cancel
Save