donaldp 02/03/30 06:18:22
Modified: proposal/myrmidon/src/xdocs todo.xml
proposal/myrmidon/docs todo.html
Log:
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
Revision Changes Path
1.17 +16 -0 jakarta-ant/proposal/myrmidon/src/xdocs/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/xdocs/todo.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- todo.xml 30 Mar 2002 03:52:18 -0000 1.16
+++ todo.xml 30 Mar 2002 14:18:22 -0000 1.17
@@ -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.</p>
+ <subsection name="Optional Dependencies">
+
+ <p>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.</p>
+
+ </subsection>
+
+ <subsection name="Mail tasks">
+
+ <p>Convert the ant1.x Mail tasks to myrmidon.</p>
+
+ </subsection>
<subsection name="Security Manager">
<p>Add the ability to run java programs that call
System.exit() by adding a
1.12 +29 -0 jakarta-ant/proposal/myrmidon/docs/todo.html
Index: todo.html
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/docs/todo.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- todo.html 30 Mar 2002 03:52:17 -0000 1.11
+++ todo.html 30 Mar 2002 14:18:22 -0000 1.12
@@ -84,6 +84,35 @@
<table border="0" cellspacing="0"
cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="Optional Dependencies"><strong>Optional
Dependencies</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>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.</p>
+ </blockquote>
+ </td></tr>
+ </table>
+ <table border="0" cellspacing="0"
cellpadding="2" width="100%">
+ <tr><td bgcolor="#828DA6">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="Mail tasks"><strong>Mail tasks</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>Convert the ant1.x Mail tasks to myrmidon.</p>
+ </blockquote>
+ </td></tr>
+ </table>
+ <table border="0" cellspacing="0"
cellpadding="2" width="100%">
+ <tr><td bgcolor="#828DA6">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Security Manager"><strong>Security Manager</strong></a>
</font>
</td></tr>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>