donaldp     02/03/31 15:43:35

  Modified:    proposal/myrmidon/src/xdocs todo.xml
               proposal/myrmidon/docs todo.html
  Log:
  Add a new TODO
  
  Revision  Changes    Path
  1.18      +10 -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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- todo.xml  30 Mar 2002 14:18:22 -0000      1.17
  +++ todo.xml  31 Mar 2002 23:43:35 -0000      1.18
  @@ -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>
  
  
  
  1.15      +16 -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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- todo.html 31 Mar 2002 02:38:28 -0000      1.14
  +++ todo.html 31 Mar 2002 23:43:35 -0000      1.15
  @@ -107,6 +107,22 @@
                                     <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">
  +      <font color="#ffffff" face="arial,helvetica,sanserif">
           <a name="Mail tasks"><strong>Mail tasks</strong></a>
         </font>
       </td></tr>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to