Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 17268 invoked from network); 10 Jun 2008 20:30:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jun 2008 20:30:37 -0000 Received: (qmail 90760 invoked by uid 500); 10 Jun 2008 20:30:38 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 90686 invoked by uid 500); 10 Jun 2008 20:30:38 -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 90673 invoked by uid 99); 10 Jun 2008 20:30:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 13:30:38 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 20:29:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0C61D234C139 for ; Tue, 10 Jun 2008 13:29:45 -0700 (PDT) Message-ID: <1716543173.1213129784982.JavaMail.jira@brutus> Date: Tue, 10 Jun 2008 13:29:44 -0700 (PDT) From: "Jason Warner (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GSHELL-117) GShell doesn't support "\" in the path in Widnows platform In-Reply-To: <606390153.1212044204943.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-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604022#action_12604022 ] Jason Warner commented on GSHELL-117: ------------------------------------- I looked at this issue briefly for Geronimo-4106 before I noticed this issue. I checked the use of both single and double quotes and noted that neither resolved the issue. Forward slashes can be used instead of backslashes to get this to work properly. > GShell doesn't support "\" in the path in Widnows platform > ---------------------------------------------------------- > > Key: GSHELL-117 > URL: https://issues.apache.org/jira/browse/GSHELL-117 > Project: GShell > Issue Type: Bug > Security Level: public(Regular issues) > Components: CLI > Affects Versions: 1.0-alpha-1, 1.0-alpha-2 > Environment: Windows > Reporter: YunFeng Ma > Assignee: Jason Dillon > Fix For: 1.0-alpha-3 > > > Run the following command and get errors in Windows > {noformat} > deploy/deploy H:\FTP_ROOT\Build\cviewer.war > ERROR TokenMgrError: Lexical error at line 1, column 18. Encountered: "F" (70), after : "\\" > {noformat} > It works fine for double slash: > deploy/deploy H:\\FTP_ROOT\\Build\\cviewer.war > It's not convenience for windows users. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.