From: aclement Date: Thu, 11 May 2006 07:26:22 +0000 (+0000) Subject: 134471 - incremental structure model repair code overhaul - tell the weaver the kind... X-Git-Tag: V1_5_2rc1~149 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=10a366b6a93694e1da11c686ef02851f57d33d59;p=aspectj.git 134471 - incremental structure model repair code overhaul - tell the weaver the kind of weave (inc/batch) so it knows whether to do incremental repairs to the model for each file being woven. --- diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjCompilerAdapter.java b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjCompilerAdapter.java index 06826ede1..0c17b031c 100644 --- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjCompilerAdapter.java +++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjCompilerAdapter.java @@ -286,6 +286,7 @@ public class AjCompilerAdapter implements ICompilerAdapter { } } + weaver.setIsBatchWeave(isBatchCompile); weaver.prepareForWeave(); if (weaver.needToReweaveWorld()) { if (!isBatchCompile) {