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

cvs commit: jakarta-ant/src/antidote TODO

metasim     01/01/12 13:01:02

  Modified:    src/antidote TODO
  Log:
  Updated
  
  Revision  Changes    Path
  1.10      +8 -14     jakarta-ant/src/antidote/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/antidote/TODO,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TODO	2000/12/19 03:55:44	1.9
  +++ TODO	2001/01/12 21:01:00	1.10
  @@ -1,5 +1,11 @@
   TODO List:
   
  +    * Add editors for defining file sets, and other "sets".
  +
  +    * Write wizzard framework.
  +
  +    * Implement a build progress reporter.
  +
       * Implement a "Worker Thread" pattern that allows workers to have
         their work done in a thread property registered with Antidote, and
         provide support to that worker to provide progress updates via
  @@ -16,10 +22,6 @@
       * Add ability to put an "all" or "don't care" specifyer on the action
         "enableOn" and "disableOn" properties.
   
  -    * Add ability to create new "nodes" in the build tree.
  -
  -    * Add editors for defining file sets, and other "sets".
  -
       * Add ability to view task dependencies more fully.
   
       * Add better editors for specific tasks.
  @@ -29,8 +31,6 @@
   
       * Implement some for of refid hyperlinking functionality.
   
  -    * Write wizzard framework.
  -
       * Implement context sensitive menus for the console window, allowing
         an error to be selected and invoked in IDE.
   
  @@ -38,14 +38,6 @@
   
       * Provide some sort of class path debugging support.
   
  -    * Eat own dog food more.
  -
  -    * Dispatch tree node change events when the properties editor changes a 
  -      node value. This will make sure that the node gets displayed correctly in
  -      the project navigator.
  -
  -    * Implement a build progress reporter.
  -
       * Add "syntax" colorization to the console window {done}, 
         with a preferences editor for setting up the styles {not-done}.
   
  @@ -60,6 +52,8 @@
         dependencies (local and cascading).
   
       * Acquire or implement a logging facility.
  +
  +    * Eat more dog food.
   
   (pending Ant 2.0)