From 08cfa7aa73df7c49c1d89cf50c3a4c8ef6c8c5e6 Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Mon, 5 Mar 2012 19:22:53 +0000 Subject: [PATCH] ...and only warn if actually running AntUnit. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1297186 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 1428144e9..2a28d448e 100644 --- a/build.xml +++ b/build.xml @@ -1929,7 +1929,7 @@ see ${build.junit.reports} / ${antunit.reports} - + AntUnit tests must be run with ${bootstrap.dir} (or ${dist.dir}), not ${ant.home}. Try './build.sh antunit-tests' for example.