From 814f51e439ea568f5360e437781cee3192d671ed Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 26 May 2010 00:16:11 +0000 Subject: [PATCH] 309710: unnecessary full builds --- .../incremental/tools/MultiProjectIncrementalTests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java b/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java index 831b61462..8defda427 100644 --- a/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java +++ b/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java @@ -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(); -- 2.39.5