From 52d6ae21d8e00a4354ea4e15f19d54f6c8aba7e2 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 16 Mar 2001 08:42:13 +0000 Subject: [PATCH] requests by Thomas Leonhardt git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268846 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index 436076a20..ac0b1000d 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -367,3 +367,9 @@ V. Things we probably don't agree on. * Make all datatypes interfaces to allow them to be customized in many ways. + +* Allow tasks to find out, whether another task has completed successfully. + +* Make if/unless attributes to check for the value of a property, not + only its existance. +