Repository: activemq-artemis Updated Branches: refs/heads/master 85c6e9b19 -> b6a29a5b5
NO-JIRA Added missing variable on artemis.profiler.cmd An obvious fix is the missing definition of ARTEMIS_ETC_INSTANCE, in the Windows "artemis.profile.cmd" Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/7fc895d2 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/7fc895d2 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/7fc895d2 Branch: refs/heads/master Commit: 7fc895d27097bc9f7247f760831391eb4e7e506d Parents: 85c6e9b Author: Ingemar Allqvist <[email protected]> Authored: Thu Mar 29 13:46:40 2018 +0200 Committer: Clebert Suconic <[email protected]> Committed: Thu Mar 29 15:18:34 2018 -0400 ---------------------------------------------------------------------- .../apache/activemq/artemis/cli/commands/etc/artemis.profile.cmd | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/7fc895d2/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile.cmd ---------------------------------------------------------------------- diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile.cmd b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile.cmd index 067a795..6b95afc 100644 --- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile.cmd +++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile.cmd @@ -18,6 +18,7 @@ rem under the License. set ARTEMIS_HOME="${artemis.home}" set ARTEMIS_INSTANCE="${artemis.instance}" +set ARTEMIS_ETC_INSTANCE='${artemis.instance.etc}' set ARTEMIS_DATA_DIR='${artemis.instance.data}'
