Browse Source

Added requests by Alex Rosen <arosen@silverstream.com>

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268800 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 25 years ago
parent
commit
216f279d65
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

@@ -35,6 +35,11 @@ enhancements of existing tasks.


Could be part of the same module task would be developed in? Could be part of the same module task would be developed in?


* make the default logger's output clear, informative, and terse.

Actually, this is a little bit abstract, but doesn't apply to the
core either.

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.
====================================================================== ======================================================================
@@ -55,6 +60,8 @@ decisions.
* keep the interface for Tasks as similar to the one of Ant1 as * keep the interface for Tasks as similar to the one of Ant1 as
possible - i.e. don't break something just because we can. possible - i.e. don't break something just because we can.


* Ant should be cancelable

III. Things that are simple, easy to implement, where we expect the III. Things that are simple, easy to implement, where we expect the
committers to agree committers to agree
====================================================================== ======================================================================
@@ -238,3 +245,5 @@ V. Things we probably don't agree on.


* Make loggers configurable via build.xml. * Make loggers configurable via build.xml.


* tasks should have access to its own XML representation.


Loading…
Cancel
Save