From 8e21c4c12a8d66564702b1c239334611de6a6cfa Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 22 Mar 2001 08:36:48 +0000 Subject: [PATCH] request by David Rees git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268882 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index 60973d98d..8782f69a8 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -434,3 +434,5 @@ V. Things we probably don't agree on. * targets should be like methods including a return value +* define task contexts that define various common aspects (logging, + failure handling ...) and assign them to tasks.