Browse Source

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
master
Peter Donald 23 years ago
parent
commit
2db42da13c
2 changed files with 5 additions and 0 deletions
  1. +2
    -0
      proposal/myrmidon/docs/todo.html
  2. +3
    -0
      proposal/myrmidon/src/xdocs/todo.xml

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

@@ -103,6 +103,8 @@
to this path programatically - other people have also asked for access to things 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 like the currently running target. We need to assess this and decide whether we
wish to support it.</p> wish to support it.</p>
<p>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</p>
</blockquote> </blockquote>
</td></tr> </td></tr>
</table> </table>


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

@@ -25,6 +25,9 @@
like the currently running target. We need to assess this and decide whether we like the currently running target. We need to assess this and decide whether we
wish to support it.</p> wish to support it.</p>


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

</subsection> </subsection>


<subsection name="Embeddor HOWTO"> <subsection name="Embeddor HOWTO">


Loading…
Cancel
Save