From 8c937e37619b158f0931a5c0fef494c2863d695d Mon Sep 17 00:00:00 2001
From: Peter Donald
Date: Sat, 30 Mar 2002 14:18:22 +0000
Subject: [PATCH] Add a few more items to the TODO list. Specifically
* Optional dependencies (will use if present but fine if not present)
* Converting Ant1.x mail tasks to myrmidon
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272109 13f79535-47bb-0310-9956-ffa450edef68
---
proposal/myrmidon/docs/todo.html | 29 ++++++++++++++++++++++++++++
proposal/myrmidon/src/xdocs/todo.xml | 16 +++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/proposal/myrmidon/docs/todo.html b/proposal/myrmidon/docs/todo.html
index b82089a65..dd40fdb15 100644
--- a/proposal/myrmidon/docs/todo.html
+++ b/proposal/myrmidon/docs/todo.html
@@ -82,6 +82,35 @@
sections describe some of the many things which still need to be done to
achieve that goal. This list is currently under construction.
+
+
+ Optional Dependencies
+
+ |
+
+
+ Extend Myrmidons library management facilities so that optional
+ dependencies may be declared for a library. ie The library will still
+ operate in absence of such libraries but can provide further features
+ if these libraries are present. Most likely this will be done via a
+ new manifest entry "Optional-Extension-List:" that behaves similar
+ to "Extension-List:" except that the extensions are optional.
+
+ |
+
+
+
+
+ Mail tasks
+
+ |
+
+
+ Convert the ant1.x Mail tasks to myrmidon.
+
+ |
+
+
Security Manager
diff --git a/proposal/myrmidon/src/xdocs/todo.xml b/proposal/myrmidon/src/xdocs/todo.xml
index 3a44aaba0..ed811573e 100644
--- a/proposal/myrmidon/src/xdocs/todo.xml
+++ b/proposal/myrmidon/src/xdocs/todo.xml
@@ -14,6 +14,22 @@
sections describe some of the many things which still need to be done to
achieve that goal. This list is currently under construction.
+
+
+ Extend Myrmidons library management facilities so that optional
+ dependencies may be declared for a library. ie The library will still
+ operate in absence of such libraries but can provide further features
+ if these libraries are present. Most likely this will be done via a
+ new manifest entry "Optional-Extension-List:" that behaves similar
+ to "Extension-List:" except that the extensions are optional.
+
+
+
+
+
+ Convert the ant1.x Mail tasks to myrmidon.
+
+
Add the ability to run java programs that call System.exit() by adding a
|