bodewig 01/03/16 00:33:05
Modified: docs/ant2 requested-features.txt
Log:
requests from Tim Vernum <[EMAIL PROTECTED]>
Revision Changes Path
1.33 +7 -0 jakarta-ant/docs/ant2/requested-features.txt
Index: requested-features.txt
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/ant2/requested-features.txt,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- requested-features.txt 2001/03/16 04:34:30 1.32
+++ requested-features.txt 2001/03/16 08:33:04 1.33
@@ -115,6 +115,8 @@
* 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 <typedef> similar to <taskdef>.
+
IV. Things we probably agree upon but need to discuss the details or
decide between several possible options.
======================================================================
@@ -150,6 +152,8 @@
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 @@
<http://marc.theaimsgroup.com/?l=ant-dev&m=98130655812010&w=2>.
* Task level if and unless attributes.
+
+* Make all datatypes interfaces to allow them to be customized in many
+ ways.