Browse Source

requests from Oliver Wieland VDI <wieland.oliver@vdi.de>

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268761 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
d9595ea38c
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      docs/ant2/requested-features.txt

+ 9
- 0
docs/ant2/requested-features.txt View File

@@ -14,6 +14,8 @@ enhancements of existing tasks.
* unify multiple similar tasks to use similar forms (ie all the javacc * unify multiple similar tasks to use similar forms (ie all the javacc
type tools) type tools)


* Obfuscating task

II. Abstract goals that need to be abstract until we get into design II. Abstract goals that need to be abstract until we get into design
decisions. decisions.
====================================================================== ======================================================================
@@ -165,3 +167,10 @@ V. Things we probably don't agree on.


* allow build file writers to modify logging (verbosity for example) * allow build file writers to modify logging (verbosity for example)
on a target by target or task by task basis. 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
<http://marc.theaimsgroup.com/?l=ant-dev&m=98130655812010&w=2>
as tasks.

Loading…
Cancel
Save