From d1b5b46d1feca387a3444ed747445be8bf35bd8d Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 18 Sep 2006 20:49:21 +0000 Subject: [PATCH] tests.are.on.system.classpath check didn't work on cygwin. Replaced calculation of build\testcases on CLASSPATH with a 1.7 for better portability and dogfood consumption rate. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447549 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/build.xml b/build.xml index a4e927d23..bf8ee7f31 100644 --- a/build.xml +++ b/build.xml @@ -497,19 +497,20 @@ - - - - - + + + + + + + $${tests.are.on.system.classpath}=${tests.are.on.system.classpath} + @@ -592,7 +593,6 @@ - @@ -1557,8 +1557,7 @@ forkmode="${junit.forkmode}" failureproperty="tests.failed" errorproperty="tests.failed" - filtertrace="${junit.filtertrace}" - > + filtertrace="${junit.filtertrace}">