Browse Source

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.

tags/V1_5_2rc1
aclement 18 years ago
parent
commit
10a366b6a9

+ 1
- 0
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjCompilerAdapter.java View File

@@ -286,6 +286,7 @@ public class AjCompilerAdapter implements ICompilerAdapter {
}
}

weaver.setIsBatchWeave(isBatchCompile);
weaver.prepareForWeave();
if (weaver.needToReweaveWorld()) {
if (!isBatchCompile) {

Loading…
Cancel
Save