donaldp     01/03/20 17:02:53

  Modified:    docs/ant2 requested-features.txt
  Log:
  Added some requirements from Eric Siegerman <[EMAIL PROTECTED]>
  
  Submitted By: Eric Siegerman <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.44      +14 -1     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.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- requested-features.txt    2001/03/20 10:50:35     1.43
  +++ requested-features.txt    2001/03/21 01:02:49     1.44
  @@ -259,6 +259,9 @@
    <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 @@
   * 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>
  \ No newline at end of file
  +  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.
  +
  
  
  

Reply via email to