From 538257ea859749802694e257143fce9d6efbd1b4 Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Mon, 5 Mar 2012 17:34:15 +0000 Subject: [PATCH] Weaken antunit location message to warning. Otherwise it can incorrectly fail due to canonicalization differences. https://builds.apache.org/job/Ant_JDK_1.5_Test/453/console antunit-tests: BUILD FAILED /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Ant_JDK_1.5_Test/trunk/build.xml:1927: AntUnit tests must be run with /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Ant_JDK_1.5_Test/trunk/bootstrap (or /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Ant_JDK_1.5_Test/trunk/dist), not /export/home/hudson/hudson-slave/workspace/Ant_JDK_1.5_Test/trunk/bootstrap. Try './build.sh antunit-tests' for example. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1297139 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/build.xml b/build.xml index eccf422ac..1428144e9 100644 --- a/build.xml +++ b/build.xml @@ -1921,20 +1921,19 @@ see ${build.junit.reports} / ${antunit.reports} fork="true"/> - + + + + + + + + + AntUnit tests must be run with ${bootstrap.dir} (or ${dist.dir}), not ${ant.home}. Try './build.sh antunit-tests' for example. + + - - - - - - - - - - - -