[java-identity-provider] branch master updated: IDP-1149 Force create the jetty-base/tmp directory

Rod Widdowson rdw at steadingsoftware.com
Thu Mar 23 10:05:52 EDT 2017


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=4cb949b8de2e001ca50a412115f87c335105a19d

The following commit(s) were added to refs/heads/master by this push:
       new  4cb949b   IDP-1149 Force create the jetty-base/tmp directory
4cb949b is described below

commit 4cb949b8de2e001ca50a412115f87c335105a19d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Mar 23 11:30:20 2017 +0000

    IDP-1149 Force create the jetty-base/tmp directory
    
    https://issues.shibboleth.net/jira/browse/IDP-1149
    
    Merge into mainline.
---
 idp-installer/src/main/wix/IdP.bat | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/idp-installer/src/main/wix/IdP.bat b/idp-installer/src/main/wix/IdP.bat
index ad11dc1..9247262 100644
--- a/idp-installer/src/main/wix/IdP.bat
+++ b/idp-installer/src/main/wix/IdP.bat
@@ -166,6 +166,11 @@ if ERRORLEVEL 1 (
   echo jetty-base/start.d directory not found?
   goto done;
 )
+
+rem IDP-1149 make doubley sure that we have a jetty-base\tmp dir
+mkdir %idpex%\jetty-base\tmp\
+echo "keeper" > %idpex%\jetty-base\tmp\.keep
+
 cd ..
 
 "%WIX%/BIN/HEAT" dir idp-extract\%idpex% -platform -gg -dr INSTALLDIR -var var.idpSrc -cg IdPGroup -out idp_contents.wxs -srd

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list