diff --git a/proposal/myrmidon/docs/todo.html b/proposal/myrmidon/docs/todo.html index eeec31b96..413e1b3c3 100644 --- a/proposal/myrmidon/docs/todo.html +++ b/proposal/myrmidon/docs/todo.html @@ -103,6 +103,22 @@ to "Extension-List:" except that the extensions are optional.
+ ++ + Facade task HOWTO + + |
+ ++ |
diff --git a/proposal/myrmidon/src/xdocs/todo.xml b/proposal/myrmidon/src/xdocs/todo.xml
index ed811573e..425ec1e22 100644
--- a/proposal/myrmidon/src/xdocs/todo.xml
+++ b/proposal/myrmidon/src/xdocs/todo.xml
@@ -25,6 +25,16 @@
+ Currently we have a few tasks that have multiple implementations. For instance + Javac task can actually call jikes, jvc, classic javac or modern javac. Similar things + will be seen with the jspc task and the cc task (if it ever gets written). We have a base + class that is meant to facilitate this sort of task and make it easy to develope. See + AbstractFacadeTask. However we need to write up a HOWTO so people can use it. + +Convert the ant1.x Mail tasks to myrmidon. |