From 04aa34610e3ff5b65b3abfb5e1ceca6fcf2adde8 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 31 Mar 2002 23:43:35 +0000 Subject: [PATCH] Add a new TODO git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272129 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/myrmidon/docs/todo.html | 16 ++++++++++++++++ proposal/myrmidon/src/xdocs/todo.xml | 10 ++++++++++ 2 files changed, 26 insertions(+) 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 + +
+
+

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.

+
+
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.