From 7d1a12cac5326d46d9c71a55579ce63b0050d4e7 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Wed, 21 Mar 2001 01:02:49 +0000 Subject: [PATCH] Added some requirements from Eric Siegerman Submitted By: Eric Siegerman git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268873 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index f51400983..32d746540 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -259,6 +259,9 @@ V. Things we probably don't agree on. + + + @@ -399,4 +402,14 @@ V. Things we probably don't agree on. * internationalization * Ignore any classes contained in the damned ext dirs of a JVM - possibly by launching - with something like jar -Djava.ext.dir=foo -jar ant.jar \ No newline at end of file + with something like jar -Djava.ext.dir=foo -jar ant.jar + +* Set arithmetic for fileset/patternset/*set + +* inheritance of ant properties/datatypes/context etc in project hierarchy + +* inheritance of between ant datatypes. ie fileset A inherits from fileset B (includes + all entries in A). + +* Homogenize notion of PATHs and filesets. +