[
https://issues.apache.org/jira/browse/KARAF-5245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré resolved KARAF-5245.
-----------------------------------------
Resolution: Fixed
> Running karaf.bat inside a "Program Files (x86)" directory
> ----------------------------------------------------------
>
> Key: KARAF-5245
> URL: https://issues.apache.org/jira/browse/KARAF-5245
> Project: Karaf
> Issue Type: Bug
> Components: karaf-core, karaf-os-integration
> Affects Versions: 4.0.7
> Reporter: Michael Zimmermann
> Assignee: Jean-Baptiste Onofré
> Fix For: 4.2.0, 4.1.2, 4.0.10
>
>
> There are missing quotes in the karaf.bat file to correctly handle
> subdirectories with spaces. Please add them to the lines 80 and 81 as shown
> here:
> if not "%KARAF_DATA%" == "" (
> if not exist "%KARAF_DATA%" (
> call :warn KARAF_DATA is not valid: "%KARAF_DATA%"
> rem quotes are required here!!!!
> *{color:red} call :warn Creating "%KARAF_DATA%"
> mkdir "%KARAF_DATA%"
> {color}* )
> )
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)