Browse Source

Added some requirements from Eric Siegerman <erics@telepres.com>

Submitted By: Eric Siegerman <erics@telepres.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268873 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
7d1a12cac5
1 changed files with 14 additions and 1 deletions
  1. +14
    -1
      docs/ant2/requested-features.txt

+ 14
- 1
docs/ant2/requested-features.txt View File

@@ -259,6 +259,9 @@ V. Things we probably don't agree on.
<include>
<item-filter type="name" value="**/*.java"/>
<item-filter type="permission" value="r"/>

<!-- could optionally be directory/or some other system specific features -->
<item-filter type="type" value="file"/>
<item-filter type="modify-time"
operation="greater-than"
value="29th Feb 2003"/>
@@ -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 <code>jar -Djava.ext.dir=foo -jar ant.jar</code>
with something like <code>jar -Djava.ext.dir=foo -jar ant.jar</code>

* 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.


Loading…
Cancel
Save