Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 3258 invoked from network); 5 Apr 2007 16:25:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Apr 2007 16:25:00 -0000 Received: (qmail 63977 invoked by uid 500); 5 Apr 2007 16:25:00 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 63903 invoked by uid 500); 5 Apr 2007 16:25:00 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 63870 invoked by uid 99); 5 Apr 2007 16:25:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 09:25:00 -0700 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, 05 Apr 2007 09:24:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7539A714065 for ; Thu, 5 Apr 2007 09:24:32 -0700 (PDT) Message-ID: <939734.1175790272476.JavaMail.jira@brutus> Date: Thu, 5 Apr 2007 09:24:32 -0700 (PDT) From: "Steven E. Harris (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-2479) Shell scripts do not tolerate AXIS2_HOME and JAVA_HOME with spaces in paths In-Reply-To: <16933823.1175790152232.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/AXIS2-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven E. Harris updated AXIS2-2479: ------------------------------------ Attachment: axis2.sh.patch Accommodate spaces in paths. > Shell scripts do not tolerate AXIS2_HOME and JAVA_HOME with spaces in paths > --------------------------------------------------------------------------- > > Key: AXIS2-2479 > URL: https://issues.apache.org/jira/browse/AXIS2-2479 > Project: Axis 2.0 (Axis2) > Issue Type: Improvement > Components: Tools > Affects Versions: nightly > Environment: Cygwin atop Windows > Reporter: Steven E. Harris > Priority: Minor > Attachments: axis2.sh.patch, axis2server.sh.patch, wsdl2java.sh.patch > > > Several of the scripts provided in AXIS2_HOME/bin do not tolerate paths with spaces, such as those for JAVA_HOME and AXIS2_HOME being located under, say, "C:\Program Files\...", or, in Cygwin terms, something like "/mnt/c/Program Files/..." > I've prepared patches for axis2.sh, axis2server.sh, and wsdl2java.sh that alleviate this problem by adding more quoting to the path-related variables in the scripts. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org