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.