GitHub user mtaylor opened a pull request:
https://github.com/apache/activemq-6/pull/128
Replace file separate in ACTIVEMQ_HOME for Windows
ActiveMQ uses URI's for locating files on a file system. Absolute file
URIs are generated using an ACTIVEMQ_HOME variable defined via the start
up scripts. For Windows this will contain "\" character as file path
separator. This is invalid for the file URI scheme. This patch
rewrites the ACTIVEMQ_HOME variable ensuring "/" are used on both
Windows and Linux.
Tested on Windows 8 only.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mtaylor/activemq-6 bootstrap_windows_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-6/pull/128.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #128
----
commit 9e4b40b03374192a068eb05b7559c692de1b91b4
Author: Martyn Taylor <[email protected]>
Date: 2015-03-02T12:18:32Z
Replace file separate in ACTIVEMQ_HOME for Windows
ActiveMQ uses URI's for locating files on a file system. Absolute file
URIs are generated using an ACTIVEMQ_HOME variable defined via the start
up scripts. For Windows this will contain "\" character as file path
separator. This is invalid for the file URI scheme. This patch
rewrites the ACTIVEMQ_HOME variable ensuring "/" are used on both
Windows and Linux.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---