metasim 00/12/18 19:55:45
Modified: src/antidote TODO
Log:
1 more 2 do
Revision Changes Path
1.9 +8 -0 jakarta-ant/src/antidote/TODO
Index: TODO
===================================================================
RCS file: /home/cvs/jakarta-ant/src/antidote/TODO,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- TODO 2000/11/28 05:01:36 1.8
+++ TODO 2000/12/19 03:55:44 1.9
@@ -1,5 +1,13 @@
TODO List:
+ * 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
+ the GUI. Should also provide support for hour-glass cursor
+ handling, and AWT event blocking until task is completed. This
+ would be used for things such as loading files or other tasks
+ that the user must wait for completion.
+
* 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