Browse Source

Updated

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268450 13f79535-47bb-0310-9956-ffa450edef68
master
metasim 24 years ago
parent
commit
701a0156d2
1 changed files with 8 additions and 14 deletions
  1. +8
    -14
      src/antidote/TODO

+ 8
- 14
src/antidote/TODO View File

@@ -1,5 +1,11 @@
TODO List: 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 * Implement a "Worker Thread" pattern that allows workers to have
their work done in a thread property registered with Antidote, and their work done in a thread property registered with Antidote, and
provide support to that worker to provide progress updates via provide support to that worker to provide progress updates via
@@ -16,10 +22,6 @@ TODO List:
* Add ability to put an "all" or "don't care" specifyer on the action * Add ability to put an "all" or "don't care" specifyer on the action
"enableOn" and "disableOn" properties. "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 ability to view task dependencies more fully.


* Add better editors for specific tasks. * Add better editors for specific tasks.
@@ -29,8 +31,6 @@ TODO List:


* Implement some for of refid hyperlinking functionality. * Implement some for of refid hyperlinking functionality.


* Write wizzard framework.

* Implement context sensitive menus for the console window, allowing * Implement context sensitive menus for the console window, allowing
an error to be selected and invoked in IDE. an error to be selected and invoked in IDE.


@@ -38,14 +38,6 @@ TODO List:


* Provide some sort of class path debugging support. * 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}, * Add "syntax" colorization to the console window {done},
with a preferences editor for setting up the styles {not-done}. with a preferences editor for setting up the styles {not-done}.


@@ -61,6 +53,8 @@ TODO List:


* Acquire or implement a logging facility. * Acquire or implement a logging facility.


* Eat more dog food.

(pending Ant 2.0) (pending Ant 2.0)
* Need Ant API access to: * Need Ant API access to:


Loading…
Cancel
Save