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