diff options
author | wisberg <wisberg> | 2004-01-09 19:51:20 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2004-01-09 19:51:20 +0000 |
commit | 7a8f6a13c0facb82d59f381042be6b31eb60cc53 (patch) | |
tree | 406b8bcc70b07ebdcc6d965f5a28f48093a8dda4 /docs | |
parent | ef9b26876a26ced9a621d5b9ec7a6d611b1c04c9 (diff) | |
download | aspectj-7a8f6a13c0facb82d59f381042be6b31eb60cc53.tar.gz aspectj-7a8f6a13c0facb82d59f381042be6b31eb60cc53.zip |
forking ant builds in eclipse 2.x
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devGuideDB/antsupport.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ </ulink>. </para> <para> + 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. + </para> + <para> 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 |