You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2007/11/14 00:39:43 UTC

[jira] Created: (GSHELL-58) Layout command aliases should be allowed to reference relative command paths for targets

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.


[jira] Assigned: (GSHELL-58) Layout command aliases should be allowed to reference relative command paths for targets

Posted by "Jason Warner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GSHELL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Warner reassigned GSHELL-58:
----------------------------------

    Assignee: Jason Warner  (was: Jason Dillon)

> 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 Warner
>             Fix For: 1.0-alpha-2
>
>
> 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.


[jira] Closed: (GSHELL-58) Layout command aliases should be allowed to reference relative command paths for targets

Posted by "Jason Warner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GSHELL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Warner closed GSHELL-58.
------------------------------

    Resolution: Won't Fix

Layout has been removed.  This issue is no longer applicable

> 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 Warner
>             Fix For: 1.0-alpha-2
>
>
> 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.


[jira] Updated: (GSHELL-58) Layout command aliases should be allowed to reference relative command paths for targets

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GSHELL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Dillon updated GSHELL-58:
-------------------------------

    Fix Version/s:     (was: 1.0-alpha-1)
                   1.0-alpha-2

> 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-2
>
>
> 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.