]> source.dussan.org Git - aspectj.git/commitdiff
309710: unnecessary full builds
authoraclement <aclement>
Wed, 26 May 2010 00:16:11 +0000 (00:16 +0000)
committeraclement <aclement>
Wed, 26 May 2010 00:16:11 +0000 (00:16 +0000)
tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java

index 831b61462a6624b09029559318cb24a9d4e0f336..8defda4278c02323e6a948beba46a640b50d38df 100644 (file)
@@ -728,7 +728,7 @@ public class MultiProjectIncrementalTests extends AbstractMultiProjectIncrementa
                AjdeInteractionTestbed.VERBOSE = true;
                String p = "xmlone";
                initialiseProject(p);
-               configureNonStandardCompileOptions(p, "-showWeaveInfo -xmlConfigured");
+               configureNonStandardCompileOptions(p, "-showWeaveInfo");// -xmlConfigured");
                configureShowWeaveInfoMessages(p, true);
                addXmlConfigFile(p, getProjectRelativePath(p, "p/aop.xml").toString());
                build(p);
@@ -1699,6 +1699,7 @@ public class MultiProjectIncrementalTests extends AbstractMultiProjectIncrementa
                // prod the build of the second project with some extra info to tell it
                // more precisely about the change:
                addClasspathEntryChanged(p2, getProjectRelativePath(p1, "bin").toString());
+               configureAspectPath(p2, getProjectRelativePath(p1, "bin"));
                build(p2);
                checkWasFullBuild();