From c5ce39d648ecb024266df0c3ee13de1e04145c54 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 7 Mar 2001 16:37:49 +0000 Subject: [PATCH] Added requests from John.D.Casey@mail.sprint.com git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268765 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index 38fbce0f9..f089fcf97 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -16,6 +16,11 @@ enhancements of existing tasks. * Obfuscating task +* Add an task that will find build files according to a fileset + and invokes a common target in them. + + ? + II. Abstract goals that need to be abstract until we get into design decisions. ====================================================================== @@ -191,3 +196,7 @@ V. Things we probably don't agree on. * Target inheritance What's this? + +* Add an attribute to to feed back the environment (properties and + taskdefs) from the child build to the parent. +