From e92e09294475bbe283983f113867486473acbdca Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Fri, 16 Mar 2001 04:34:30 +0000 Subject: [PATCH] Added request for sequence functionality in depends. Submitted By: "Alexey N. Solofnenko" and Tim Vernum git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268844 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index 8e72068a5..8871b4f1f 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -352,8 +352,11 @@ V. Things we probably don't agree on. * specify an onfail task or target that runs in case of a build failure. +* allow sequence to be specified in depends attribute or enhance + antcall to work with current list of executed targets + * Support nesting tasks into other elements - not just as children of target - as proposed by Thomas Christen in . -* Task level if and unless attributes. \ No newline at end of file +* Task level if and unless attributes.