donaldp     02/03/23 18:27:41

  Modified:    proposal/myrmidon/src/xdocs todo.xml
  Log:
  Add a note about separating execute()/validate() into different passes.
  
  Revision  Changes    Path
  1.13      +8 -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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- todo.xml  23 Mar 2002 23:20:13 -0000      1.12
  +++ todo.xml  24 Mar 2002 02:27:41 -0000      1.13
  @@ -44,6 +44,14 @@
   
               </subsection>
   
  +            <subsection name="Validation Pass">
  +
  +                <p>Consider calling validate() on task prior to execute(). 
This would allow
  +                us to have a "make -k" mode that actually did basic 
validation and would also
  +                encourage task writers to do validation properly.</p>
  +
  +            </subsection>
  +
               <subsection name="Paths">
   
                   <p>Consider allowing the user to configure the ant system by 
setting the
  
  
  

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

Reply via email to