From b2b36812d5164876aa193e3f8d2b39163967942d Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 24 Mar 2002 02:27:41 +0000 Subject: [PATCH] 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 --- proposal/myrmidon/src/xdocs/todo.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/proposal/myrmidon/src/xdocs/todo.xml b/proposal/myrmidon/src/xdocs/todo.xml index f0e5a7830..ced094059 100644 --- a/proposal/myrmidon/src/xdocs/todo.xml +++ b/proposal/myrmidon/src/xdocs/todo.xml @@ -44,6 +44,14 @@ public class MyrmidonSecurityManager + + +

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.

+ +
+

Consider allowing the user to configure the ant system by setting the