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/28 06:01:38 UTC

cvs commit: jakarta-ant/src/antidote ChangeLog TODO

metasim     00/11/27 21:01:37

  Modified:    src/antidote ChangeLog TODO
  Log:
  Regular update.
  
  Revision  Changes    Path
  1.12      +5 -0      jakarta-ant/src/antidote/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/antidote/ChangeLog,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ChangeLog	2000/11/25 04:33:02	1.11
  +++ ChangeLog	2000/11/28 05:01:35	1.12
  @@ -1,3 +1,8 @@
  +2000-11-27  Simeon H.K. Fitch  <si...@fitch.net>
  +
  +	* org/apache/tools/ant/gui/ActionManager.java: Added ability to
  +	generate popup menus from a list of action IDs. 
  +
   2000-11-24  Simeon H.K. Fitch  <si...@fitch.net>
   
   	* org/apache/tools/ant/gui/Console.java: Added context colorization.
  
  
  
  1.8       +9 -0      jakarta-ant/src/antidote/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/antidote/TODO,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TODO	2000/11/25 04:46:43	1.7
  +++ TODO	2000/11/28 05:01:36	1.8
  @@ -1,4 +1,13 @@
   TODO List:
  +
  +    * Add menu option to select the compiler to use, which then sets
  +      the "build.compiler" property. Better yet, create a generic menu 
  +      building capability that allows the setting of a property from a 
  +      list of options.
  +
  +    * 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".