From d9595ea38cb86e1b75bbae253a1dfa1f0a5b6fe8 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 7 Mar 2001 13:43:26 +0000 Subject: [PATCH] requests from Oliver Wieland VDI git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268761 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 9cb947e44..042949354 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -14,6 +14,8 @@ enhancements of existing tasks. * unify multiple similar tasks to use similar forms (ie all the javacc type tools) +* Obfuscating task + II. Abstract goals that need to be abstract until we get into design decisions. ====================================================================== @@ -165,3 +167,10 @@ V. Things we probably don't agree on. * allow build file writers to modify logging (verbosity for example) on a target by target or task by task basis. + +* Simple flow control (if-then-else, for) + + Either in core or - with the help of something like the Thomas + Christen's proposal + + as tasks.