From 7a8f6a13c0facb82d59f381042be6b31eb60cc53 Mon Sep 17 00:00:00 2001 From: wisberg Date: Fri, 9 Jan 2004 19:51:20 +0000 Subject: [PATCH] forking ant builds in eclipse 2.x --- docs/devGuideDB/antsupport.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/devGuideDB/antsupport.xml b/docs/devGuideDB/antsupport.xml index bbadca4f6..92e8f888d 100644 --- a/docs/devGuideDB/antsupport.xml +++ b/docs/devGuideDB/antsupport.xml @@ -1655,6 +1655,12 @@ . + When running Ant build scripts under Eclipse 2.x variants, you will get a + VerifyError because the Eclipse Ant support fails to isolate the Ant runtime + properly. To run in this context, set up iajc to fork (and use forkclasspath). + Eclipse 3.0 will fork Ant processes to avoid problems like this. + + Memory and forking: Users email most often about the ajc task running out of memory. This is not a problem with the task; some compiles take a lot of -- 2.39.5