Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.0/Cloud)

88177: ACE-3110: Alfresco fails to install into folder with spaces in folder name in headless mode
      - making '--base_allow_spaces 1' default option to allow installation into folder with spaces in headless mode


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94570 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2015-01-31 10:00:04 +00:00
parent 89db44e0fa
commit f705562abb

View File

@@ -206,7 +206,7 @@
<ruleList>
<compareText text="${installdir}" logic="contains" value=" "/>
<platformTest type="windows"/>
<compareText text="${base_allow_spaces}" value="0"/>
<compareText text="${base_allow_spaces}" value="1"/>
<compareText text="${installer_ui}" logic="equals" value="unattended"/>
</ruleList>
</throwError>