From f3380172dfd9ccf1585a9cac475323bf23aabd8a Mon Sep 17 00:00:00 2001 From: Maarten Coene Date: Mon, 3 Mar 2008 22:50:58 +0000 Subject: [PATCH] Specify the directory to run the junit tests from (this will allow NetBeans users to run the junit tests) git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@633315 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 6855c932..63e6e255 100644 --- a/build.xml +++ b/build.xml @@ -437,6 +437,7 @@ showoutput="no" printsummary="yes" includeantruntime="yes" + dir="${basedir}" fork="true">