From b9f637fc98cd2717fda2bd531c7be7e696e4ab08 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 22 Mar 2001 07:56:41 +0000 Subject: [PATCH] requests by Glenn Twiggs git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268879 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index ea727c460..c959080d7 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -33,7 +33,7 @@ enhancements of existing tasks. especially for sending emails. Make the existing one more flexible (stylesheet used by XmlLogger). - Could be part of the same module task would be developed in? + Could be part of the same module tasks would be developed in? * make the default logger's output clear, informative, and terse. @@ -64,7 +64,7 @@ enhancements of existing tasks. * Task to extract classes from a JAR file that a given class depends on. - Based on of IBM's JAX for example. + Based on or IBM's JAX for example. * Unify and into a more general task, support AND/OR of several tests here. @@ -428,3 +428,6 @@ V. Things we probably don't agree on. * provide a way to define the order in which targets a given target depends upon get executed. +* Allow a target to depend on a target which is in another buildfile. + +* Allow a target to reference properties defined in another buildfile.