summaryrefslogtreecommitdiffstats
path: root/testing/newsrc/org
diff options
context:
space:
mode:
Diffstat (limited to 'testing/newsrc/org')
-rw-r--r--testing/newsrc/org/aspectj/testing/AntSpec.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/newsrc/org/aspectj/testing/AntSpec.java b/testing/newsrc/org/aspectj/testing/AntSpec.java
index da83578fa..fa56345eb 100644
--- a/testing/newsrc/org/aspectj/testing/AntSpec.java
+++ b/testing/newsrc/org/aspectj/testing/AntSpec.java
@@ -88,7 +88,7 @@ public class AntSpec implements ITestStep {
populatePath(path, DEFAULT_LTW_CLASSPATH_ENTRIES);
populatePath(path, AjcTestCase.DEFAULT_CLASSPATH_ENTRIES);
p.addReference("aj.path", path);
-
+ p.setBasedir(buildFile.getAbsoluteFile().getParent());
ProjectHelper helper = ProjectHelper.getProjectHelper();
helper.parse(p, buildFile);
@@ -143,6 +143,7 @@ public class AntSpec implements ITestStep {
AjcTestCase.fail(failMessage + "invalid Ant script :" + t.toString());
}
try {
+ p.setProperty("verbose","true");
p.fireBuildStarted();
p.executeTarget(m_antTarget);
p.fireBuildFinished(null);