From 19ac8e9bb5b544cdfecd6229ff8b91305e5cd118 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 16 Mar 2001 08:33:04 +0000 Subject: [PATCH] requests from Tim Vernum git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268845 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index 8871b4f1f..436076a20 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -115,6 +115,8 @@ committers to agree * add a user defined message if a target will be skipped because the if/unless attribute says so. +* allow user-datatypes to be defined via a similar to . + IV. Things we probably agree upon but need to discuss the details or decide between several possible options. ====================================================================== @@ -150,6 +152,8 @@ decide between several possible options. or XSLT+ XML or Velocity+text or database or from inside jars or normal build.xmls etc. + allow the project tree to be built dynamically. + * move to a system that allows docs to be generated - doc snippets should be included with the tasks they document. @@ -360,3 +364,6 @@ V. Things we probably don't agree on. . * Task level if and unless attributes. + +* Make all datatypes interfaces to allow them to be customized in many + ways.