From 2db42da13cc6e1596bf6d21a3c4df1ea8e5ae006 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 31 Mar 2002 23:57:07 +0000 Subject: [PATCH] Expand the XPath todo to note that we could use it to do antcalls git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272132 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/myrmidon/docs/todo.html | 2 ++ proposal/myrmidon/src/xdocs/todo.xml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/proposal/myrmidon/docs/todo.html b/proposal/myrmidon/docs/todo.html index 80027ed7d..dcaca7acd 100644 --- a/proposal/myrmidon/docs/todo.html +++ b/proposal/myrmidon/docs/todo.html @@ -103,6 +103,8 @@ to this path programatically - other people have also asked for access to things like the currently running target. We need to assess this and decide whether we wish to support it.

+

Another point to think about is that we could use XPath-like string to designate + to other tasks to execute. ie antcall would refer to a path rather than a target name

diff --git a/proposal/myrmidon/src/xdocs/todo.xml b/proposal/myrmidon/src/xdocs/todo.xml index 7bf93b943..1694eee47 100644 --- a/proposal/myrmidon/src/xdocs/todo.xml +++ b/proposal/myrmidon/src/xdocs/todo.xml @@ -25,6 +25,9 @@ like the currently running target. We need to assess this and decide whether we wish to support it.

+

Another point to think about is that we could use XPath-like string to designate + to other tasks to execute. ie antcall would refer to a path rather than a target name

+