donaldp     01/03/20 02:50:40

  Modified:    docs/ant2 requested-features.txt
  Log:
  ext dirs - the bane of java developers everywhere.
  
  Revision  Changes    Path
  1.43      +4 -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.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- requested-features.txt    2001/03/20 09:15:43     1.42
  +++ requested-features.txt    2001/03/20 10:50:35     1.43
  @@ -393,7 +393,10 @@
   
   * check for more than one condition in if/unless attributes.
   
  -* provide failonerror like functionality to all tasks.
  +* provide failonerror like functionality to all tasks. (Provide this as an 
aspect??
  +  much like logging aspect or classloader aspect).
   
   * 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
  
  
  

Reply via email to