From 9091202b2a3dbcbd526a4a9640f839de1c6d94ea Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Sun, 5 Aug 2001 11:06:53 +0000 Subject: [PATCH] Fix bootstrap problems. Two issues. Filtering was always been done Antcall was broken since the ProjectComponent check is too agressive Now only applies to data types. The Ant task is perhaps a little special in that it returns a task for one of its nested elements. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269463 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 16 ++++++++++------ src/main/org/apache/tools/ant/FileUtils.java | 2 +- .../apache/tools/ant/IntrospectionHelper.java | 9 +++++---- src/main/org/apache/tools/ant/Project.java | 16 ++++++++++++++++ 4 files changed, 32 insertions(+), 11 deletions(-) diff --git a/build.xml b/build.xml index d3e8d818a..05a18b34a 100644 --- a/build.xml +++ b/build.xml @@ -240,16 +240,18 @@ - - - + overwrite="true"> + + + + + + @@ -308,6 +310,7 @@ + +