George McCone created KARAF-4987:
------------------------------------
Summary: Windows karaf.bat does not work when spaces in the
install path
Key: KARAF-4987
URL: https://issues.apache.org/jira/browse/KARAF-4987
Project: Karaf
Issue Type: Bug
Components: karaf-os-integration
Affects Versions: 4.0.8
Environment: Windows
Reporter: George McCone
Priority: Minor
The bin/karaf.bat file results in an error if the path where karaf is
installed.
This can be fixed by placing double-quotes around the KARAF_DATA environment
variables found on lines 80 and 81, it should look like the following.
call :warn Creating "%KARAF_DATA%"
mkdir "%KARAF_DATA%"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)