From 7ccd42b3ecc8f81450e7ee45eb8846931c751b02 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 13 Mar 2001 08:04:07 +0000 Subject: [PATCH] request by Scott Sanders git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268818 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index 1d09f326c..514a96e9c 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -330,3 +330,6 @@ V. Things we probably don't agree on. * Allow ant to farm out attributes and elements that are NOT in the ant namespace to other components. ie hand doc: elements to the Documentation component or log: attributes to Log policy component etc + +* specify an onfail task or target that runs in case of a build + failure.