Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 60691 invoked from network); 8 Nov 2007 23:00:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2007 23:00:13 -0000 Received: (qmail 59502 invoked by uid 500); 8 Nov 2007 22:59:59 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 59448 invoked by uid 500); 8 Nov 2007 22:59:59 -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 59437 invoked by uid 99); 8 Nov 2007 22:59:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 14:59:59 -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; Thu, 08 Nov 2007 23:00:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9109971418F for ; Thu, 8 Nov 2007 14:59:50 -0800 (PST) Message-ID: <14126659.1194562790583.JavaMail.jira@brutus> Date: Thu, 8 Nov 2007 14:59:50 -0800 (PST) From: "Jason Dillon (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GSHELL-1) Add ${...} parsing to the CommandLineParser; remove VariableExpressionParser In-Reply-To: <1450514.1151276129876.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GSHELL-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon updated GSHELL-1: ------------------------------ Fix Version/s: (was: 1.0-alpha-1) 1.0-alpha-2 > Add ${...} parsing to the CommandLineParser; remove VariableExpressionParser > ---------------------------------------------------------------------------- > > Key: GSHELL-1 > URL: https://issues.apache.org/jira/browse/GSHELL-1 > Project: GShell > Issue Type: Improvement > Security Level: public(Regular issues) > Components: Core > Affects Versions: 0.0.1 > Reporter: Jason Dillon > Priority: Critical > Fix For: 1.0-alpha-2 > > > Currently variable references are post-parsed because that was easier to get implemented. The CL parser should be able to handle all parsing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.