Browse Source

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
master
Stefan Bodewig 24 years ago
parent
commit
6e99e27220
1 changed files with 7 additions and 5 deletions
  1. +7
    -5
      docs/ant2/requested-features.txt

+ 7
- 5
docs/ant2/requested-features.txt View File

@@ -227,6 +227,8 @@ V. Things we probably don't agree on.
value="29th Feb 2003"/>
</include>

2003 is no leap year 8-)

* provide datatypes through property tag and remove need for separate free
standing entities. ie
<property name="foo">
@@ -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
<http://marc.theaimsgroup.com/?l=ant-dev&m=98130655812010&w=2>
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
<http://marc.theaimsgroup.com/?l=ant-dev&m=98130655812010&w=2>.


Loading…
Cancel
Save