From c83d257891ac89b6640f29a48f8c902f095ca5ab Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Fri, 14 May 2010 18:34:51 +0000 Subject: [PATCH] Fork JUnit tests by default. Otherwise two major problems prevent plain old 'ant test' from working: 1. You get NCDFEs, mostly from JUnit framework classes, for most tests. 2. The version tested is `which ant` rather than what is in the source tree, resulting in weird failures such as in ConcatTest: The type doesn't support the "overwrite" attribute. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@944377 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 036af6d7c..fe9445b36 100644 --- a/build.xml +++ b/build.xml @@ -104,10 +104,10 @@ - + @@ -136,6 +136,8 @@ --> + +