You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by du...@hyperreal.org on 1999/11/14 20:02:37 UTC

cvs commit: jakarta-tools/ant TODO

duncan      99/11/14 11:02:36

  Added:       ant      TODO
  Log:
  Initial list of ant TO-DO items.
  
  Revision  Changes    Path
  1.1                  jakarta-tools/ant/TODO
  
  Index: TODO
  ===================================================================
  TO-DO list for Ant:
  
    * Improve documentation of how to use ant, how tasks are
      constructed, etc. 
  
    * CVS task to checkout a cvs tree from a particular server into a
      given location. 
  
    * Javadoc task -- ability to dance between 1.1 and 1.2 javadoc as
      well as using other doclets like cocoons? 
  
    * Transform task -- XSLT 
  
    * Output logs in XML -- this would be a global option of the project
      (log location, verboseness, etc)
  
    * Javac improvements -- support the "modern" 1.3 compiler
  
    * GUI front end -- examine tasks, add task properties, etc. Also,
      one button push build of a particular target.