]> source.dussan.org Git - aspectj.git/commitdiff
pr145689 - telling AJDT through the progress monitor (rather than a debug interface...
authoraclement <aclement>
Mon, 24 Jul 2006 14:24:52 +0000 (14:24 +0000)
committeraclement <aclement>
Mon, 24 Jul 2006 14:24:52 +0000 (14:24 +0000)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java

index d77eecf7e18eb8c70128e597de065f5cce621b8d..b2cd46e2d5e793e7f94c1c613c4fb16a2f63cb91 100644 (file)
@@ -179,7 +179,7 @@ public class AjBuildManager implements IOutputClassFileNameProvider,IBinarySourc
         boolean batch) throws IOException, AbortException {
         boolean ret = true;
        batchCompile = batch;
-       
+       wasFullBuild = batch;
        if (baseHandler instanceof ILifecycleAware) {
                ((ILifecycleAware)baseHandler).buildStarting(!batch);
        }
@@ -319,7 +319,7 @@ public class AjBuildManager implements IOutputClassFileNameProvider,IBinarySourc
             
             // have to tell state we succeeded or next is not incremental
             state.successfulCompile(buildConfig,batch);
-            wasFullBuild = batch;
+
             copyResourcesToDestination();
             
             if (buildConfig.getOutxmlName() != null) {