From 40c0d949493e14806799cb4975135998b707c9f2 Mon Sep 17 00:00:00 2001 From: acolyer Date: Tue, 16 May 2006 18:44:41 +0000 Subject: progress on enh 101983 (allow separate output folders for separate source folders) --- .../aspectj/systemtest/incremental/tools/AjdeInteractionTestbed.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/src') diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/AjdeInteractionTestbed.java b/tests/src/org/aspectj/systemtest/incremental/tools/AjdeInteractionTestbed.java index 38be2dd60..582d8ecc8 100644 --- a/tests/src/org/aspectj/systemtest/incremental/tools/AjdeInteractionTestbed.java +++ b/tests/src/org/aspectj/systemtest/incremental/tools/AjdeInteractionTestbed.java @@ -27,6 +27,7 @@ import org.aspectj.ajde.Ajde; import org.aspectj.ajde.BuildOptionsAdapter; import org.aspectj.ajde.BuildProgressMonitor; import org.aspectj.ajde.ErrorHandler; +import org.aspectj.ajde.OutputLocationManager; import org.aspectj.ajde.ProjectPropertiesAdapter; import org.aspectj.ajde.TaskListManager; import org.aspectj.ajdt.internal.core.builder.AbstractStateListener; @@ -480,6 +481,10 @@ public class AjdeInteractionTestbed extends TestCase { log("MyProjectProperties.getOutputPath() [returning "+dir+"]"); return dir; } + + public OutputLocationManager getOutputLocationManager() { + return null; + } public String getBootClasspath() { log("MyProjectProperties.getBootClasspath()"); -- cgit v1.2.3