Browse Source

Add a note about separating execute()/validate() into different passes.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272007 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
b2b36812d5
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      proposal/myrmidon/src/xdocs/todo.xml

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

@@ -44,6 +44,14 @@ public class MyrmidonSecurityManager

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


Loading…
Cancel
Save