Browse Source

Add a todo for XPath like structures for tasks

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

+ 19
- 0
proposal/myrmidon/docs/todo.html View File

@@ -88,6 +88,25 @@
sections describe some of the many things which still need to be done to
achieve that goal. This list is currently under construction.</p>
<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>


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

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


Loading…
Cancel
Save