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 + + |
+ ++ |
+ + Mail tasks + + |
+ ++ |
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 |