Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6487A200D2B for ; Thu, 2 Nov 2017 18:16:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 62EBF1609EB; Thu, 2 Nov 2017 17:16:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A8314160BE5 for ; Thu, 2 Nov 2017 18:16:32 +0100 (CET) Received: (qmail 61476 invoked by uid 500); 2 Nov 2017 17:16:31 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 61463 invoked by uid 99); 2 Nov 2017 17:16:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2017 17:16:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 576C0DFBCA; Thu, 2 Nov 2017 17:16:31 +0000 (UTC) From: Haydend To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis issue #1634: Removed quotation marks from if statement in a... Content-Type: text/plain Message-Id: <20171102171631.576C0DFBCA@git1-us-west.apache.org> Date: Thu, 2 Nov 2017 17:16:31 +0000 (UTC) archived-at: Thu, 02 Nov 2017 17:16:33 -0000 Github user Haydend commented on the issue: https://github.com/apache/activemq-artemis/pull/1634 Running on Windows 10 %ARTEMIS_HOME% is set to "C:\Program Files\Apache\Artemis\apache-artemis-2.3.0" That's including the quote marks, so that when you run "echo %ARTEMIS_HOME%" the following is returned: "C:\Program Files\Apache\Artemis\apache-artemis-2.3.0" %PATH% is modified to include : %ARTEMIS_HOME%\bin Open new CMD window and run "artemis", without the modified artemis.cmd file I get the following returned: Files\Apache\Artemis\apache-artemis-2.3.0""=="" was unexpected at this time. ---