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...@locus.apache.org on 2000/11/15 22:25:17 UTC

cvs commit: jakarta-ant/src/antidote TODO

metasim     00/11/15 13:25:17

  Modified:    src/antidote TODO
  Log:
  Changed mechanism by which BusMembers cancel event propogation so that any type
  of event can be cancelled.
  
  Revision  Changes    Path
  1.2       +18 -36    jakarta-ant/src/antidote/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/antidote/TODO,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TODO	2000/11/07 14:22:22	1.1
  +++ TODO	2000/11/15 21:25:16	1.2
  @@ -1,36 +1,18 @@
  -TODO List:
  -    * Need Ant API access to:
  -        - Tasks within a Target
  -        - The topo sorted task list to get flattened dependencies
  -        - The build setup code to recduce code replication.
  -        - Normalize the Ant data model to represent a more consistent
  -          tree structure, and more bean-like API.
  -
  -    * Cause console to clear when a project is closed.
  -
  -    * Better define the data model architecture, and how it interfaces
  -      with the Ant data model.
  -
  -    * Define a list of proposed changes for the Ant datamodel,
  -      specifically the Project class and the ability to stop running builds,
  -      and reduction of code duplication in launching builds.
  -
  -    * Project navigator (currently stubbed out in the ProjectNavigator class).
  -
  -    * Implement a ListSelectionModel that is backed by a set of selected 
  -      targets. 
  -
  -    * Project properties viewer, including the ability to view
  -      dependencies (local and cascading).
  -
  -    * Acquire or implement a logging facility.
  -
  -    * Build launching capability.
  -
  -    * Build monitoring console.
  -
  -    * Get some icons!
  -
  -    * Create a listener for the ActionManager that knows how to change
  -      the enanbled state of the various actions based on the
  -      application state.
  +TODO List:
  +    * Need Ant API access to:
  +        - Tasks within a Target
  +        - The topo sorted task list to get flattened dependencies
  +        - The build setup code to recduce code replication.
  +        - Normalize the Ant data model to represent a more consistent
  +          tree structure, and more bean-like API.
  +
  +    * Better define the data model architecture, and how it interfaces
  +      with the Ant data model.
  +
  +    * Project properties viewer, including the ability to view
  +      dependencies (local and cascading).
  +
  +    * Acquire or implement a logging facility.
  +
  +    * Build launching capability.
  +