From 6e99e27220f0bbeca5a308f6fff8a2477f282b83 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 14 Mar 2001 08:38:28 +0000 Subject: [PATCH] Make Thomas' "Nested Tasks" proposal a discussion point of its own. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268825 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index 514a96e9c..5c35adcdb 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -227,6 +227,8 @@ V. Things we probably don't agree on. value="29th Feb 2003"/> + 2003 is no leap year 8-) + * provide datatypes through property tag and remove need for separate free standing entities. ie @@ -288,11 +290,6 @@ V. Things we probably don't agree on. * Simple flow control (if-then-else, for) - Either in core or - with the help of something like Thomas - Christen's proposal - - as tasks. - * Multithreaded execution of tasks within the same target. * Multithreaded execution of targets. @@ -333,3 +330,8 @@ V. Things we probably don't agree on. * specify an onfail task or target that runs in case of a build failure. + +* Support nesting tasks into other elements - not just as children of + target - as proposed by Thomas Christen in + . +