Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 95742 invoked from network); 13 Nov 2007 23:40:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2007 23:40:07 -0000 Received: (qmail 81289 invoked by uid 500); 13 Nov 2007 23:39:53 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 81238 invoked by uid 500); 13 Nov 2007 23:39:53 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 81227 invoked by uid 99); 13 Nov 2007 23:39:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Nov 2007 15:39:53 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Nov 2007 23:40:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 09C77714209 for ; Tue, 13 Nov 2007 15:39:43 -0800 (PST) Message-ID: <5380028.1194997183029.JavaMail.jira@brutus> Date: Tue, 13 Nov 2007 15:39:43 -0800 (PST) From: "Jason Dillon (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GSHELL-58) Layout command aliases should be allowed to reference relative command paths for targets MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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} ... remote rsh gshell-remote:rsh rsh-server gshell-remote:rsh-server rshd rsh-server {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.