Browse Source

Add a new TODO

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272129 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
04aa34610e
2 changed files with 26 additions and 0 deletions
  1. +16
    -0
      proposal/myrmidon/docs/todo.html
  2. +10
    -0
      proposal/myrmidon/src/xdocs/todo.xml

+ 16
- 0
proposal/myrmidon/docs/todo.html View File

@@ -103,6 +103,22 @@
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="Facade task HOWTO"><strong>Facade task HOWTO</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>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.</p>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">


+ 10
- 0
proposal/myrmidon/src/xdocs/todo.xml View File

@@ -25,6 +25,16 @@

</subsection>

<subsection name="Facade task HOWTO">

<p>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.</p>

</subsection>

<subsection name="Mail tasks">

<p>Convert the ant1.x Mail tasks to myrmidon.</p>


Loading…
Cancel
Save