From 0c0e45353be22207f9d214b1ae9e40f43999c723 Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Fri, 24 Feb 2012 15:30:01 +0000 Subject: [PATCH] Fail promptly if antunit-tests is run with some random version of Ant, since this would not be testing the sources in this tree. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1293295 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 2ce825196..726edb4a1 100644 --- a/build.xml +++ b/build.xml @@ -76,7 +76,7 @@ =================================================================== --> - + @@ -150,7 +150,7 @@ - + @@ -1924,6 +1924,17 @@ see ${build.junit.reports} / ${antunit.reports} + + + + + + + + + + +