From cb0f79a198ab8a447990f3c65100118bf7f026eb Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 22 Aug 2008 11:22:59 +0000 Subject: [PATCH] Add FAQ entry for PR 45370 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@688059 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/faq.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/xdocs/faq.xml b/xdocs/faq.xml index 2fe536f52..8c1c0f739 100644 --- a/xdocs/faq.xml +++ b/xdocs/faq.xml @@ -1399,6 +1399,23 @@ public void buildFinished(BuildEvent e) { + + <javac> causes a + StackOverflowError + + + +

For some Java source files it is possible + that causes + a StackOverlowError is thrown inside Sun's javac + compiler. As far as we can tell this is not triggered by a + bug in Ant.

+ +

It is possible to work around this problem by setting + <javac>'s fork attribute to true.

+
+
+ Ant 1.7.0 doesn't build from sources without JUnit