donaldp 02/03/31 15:54:11
Modified: proposal/myrmidon/src/xdocs todo.xml
proposal/myrmidon/docs todo.html
Log:
Add a todo for XPath like structures for tasks
Revision Changes Path
1.20 +13 -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.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- todo.xml 31 Mar 2002 23:47:40 -0000 1.19
+++ todo.xml 31 Mar 2002 23:54:11 -0000 1.20
@@ -14,6 +14,19 @@
sections describe some of the many things which still need to be
done to
achieve that goal. This list is currently under
construction.</p>
+ <subsection name="XPath-like Locators for tasks">
+
+ <p>Most tasks are grouped into some sort of task container.
The task containers
+ can be things like workspaces, projects, targets or other
tasks. Each of these
+ containers usually has a name. Thus we could refer to tasks
via a path such as
+ "/avalon/compile/javac" would refer to the task "javac" in
the target "compile"
+ in the project "avalon". In the past it has been requested
that a task get access
+ 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.</p>
+
+ </subsection>
+
<subsection name="Embeddor HOWTO">
<p>Assigned To: Peter</p>
1.17 +19 -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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- todo.html 31 Mar 2002 23:47:40 -0000 1.16
+++ todo.html 31 Mar 2002 23:54:11 -0000 1.17
@@ -90,6 +90,25 @@
<table border="0" cellspacing="0"
cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="XPath-like Locators for tasks"><strong>XPath-like Locators
for tasks</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>Most tasks are grouped into some sort of task
container. The task containers
+ can be things like workspaces, projects, targets or other
tasks. Each of these
+ containers usually has a name. Thus we could refer to tasks
via a path such as
+ "/avalon/compile/javac" would refer to the task "javac" in
the target "compile"
+ in the project "avalon". In the past it has been requested
that a task get access
+ 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.</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="Embeddor HOWTO"><strong>Embeddor HOWTO</strong></a>
</font>
</td></tr>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>