Author: bodewig
Date: Fri Aug 22 04:22:59 2008
New Revision: 688059
URL: http://svn.apache.org/viewvc?rev=688059&view=rev
Log:
Add FAQ entry for PR 45370
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=688059&r1=688058&r2=688059&view=diff
==============================================================================
--- ant/core/trunk/xdocs/faq.xml (original)
+++ ant/core/trunk/xdocs/faq.xml Fri Aug 22 04:22:59 2008
@@ -1399,6 +1399,23 @@
</answer>
</faq>
+ <faq id="javac-stackoverflow">
+ <question><code><javac></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><javac></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>