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 + . +