Layout command aliases should be allowed to reference relative command paths
for targets
----------------------------------------------------------------------------------------
Key: GSHELL-58
URL: https://issues.apache.org/jira/browse/GSHELL-58
Project: GShell
Issue Type: Improvement
Security Level: public (Regular issues)
Components: Core
Affects Versions: 1.0-alpha-1
Reporter: Jason Dillon
Assignee: Jason Dillon
Fix For: 1.0-alpha-1
For example:
{code}
...
<group>
<name>remote</name>
<nodes>
<command>
<name>rsh</name>
<id>gshell-remote:rsh</id>
</command>
<command>
<name>rsh-server</name>
<id>gshell-remote:rsh-server</id>
</command>
<alias>
<name>rshd</name>
<command>rsh-server</command>
</alias>
</nodes>
</group>
</nodes>
</layout>
{code}
In this example, the {{remote/rshd}} command alias really wants to point to
{{remote/rsh-server}} but current alias target resolve works from the layout
root.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.