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