From c994f1b82d894602209150a2a5146671079a138e Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 7 Mar 2001 13:58:40 +0000 Subject: [PATCH] Added some stuff I remeber being discussed. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268762 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index 042949354..1ed5f25ac 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -126,6 +126,11 @@ decide between several possible options. * support more control over the properties that are going to be passed to subprojects (modules) +* Ask for a new CVS module for Ant tasks. + + We need to define rules for this to work - maybe the rules proposed + for the commons project could give us a start. + V. Things we probably don't agree on. ====================================================================== @@ -170,7 +175,12 @@ 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 the Thomas + 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. +