You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2001/03/01 10:18:33 UTC

cvs commit: jakarta-ant/docs/ant2 requested-features.txt

bodewig     01/03/01 01:18:32

  Modified:    docs/ant2 requested-features.txt
  Log:
  Add task level logging to the list of requested features.
  
  Revision  Changes    Path
  1.3       +2 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- requested-features.txt	2001/01/22 09:50:45	1.2
  +++ requested-features.txt	2001/03/01 09:18:30	1.3
  @@ -120,3 +120,5 @@
     getProperties(), an external describing file shipping with the task
     class or special javadoc comments parsed by a custom doclet.
   
  +* allow build file writers to modify logging (verbosity for example)
  +  on a target by target or task by task basis.