Browse Source

requests by Glenn Twiggs <Glenn_Twiggs@bmc.com>

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

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

@@ -33,7 +33,7 @@ enhancements of existing tasks.
especially for sending emails. Make the existing one more flexible especially for sending emails. Make the existing one more flexible
(stylesheet used by XmlLogger). (stylesheet used by XmlLogger).


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


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


@@ -64,7 +64,7 @@ enhancements of existing tasks.
* Task to extract classes from a JAR file that a given class depends * Task to extract classes from a JAR file that a given class depends
on. on.


Based on <depend> of IBM's JAX for example.
Based on <depend> or IBM's JAX for example.


* Unify <available> and <uptodate> into a more general <condition> * Unify <available> and <uptodate> into a more general <condition>
task, support AND/OR of several tests here. task, support AND/OR of several tests here.
@@ -428,3 +428,6 @@ V. Things we probably don't agree on.
* provide a way to define the order in which targets a given target * provide a way to define the order in which targets a given target
depends upon get executed. depends upon get executed.


* Allow a target to depend on a target which is in another buildfile.

* Allow a target to reference properties defined in another buildfile.

Loading…
Cancel
Save