[java-identity-provider] 01/01: IDP-1149 Force create the jetty-base/tmp directory
Rod Widdowson
rdw at steadingsoftware.com
Thu Mar 23 09:58:41 EDT 2017
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to annotated tag 3.3.1.1
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a1573142b531ae8c76ac8dde0448bd568b9e8a95
commit a1573142b531ae8c76ac8dde0448bd568b9e8a95
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
---
idp-installer/src/main/wix/IdP.bat | 5 +++++
idp-installer/src/main/wix/ShibbolethIdP-main.wxs | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/idp-installer/src/main/wix/IdP.bat b/idp-installer/src/main/wix/IdP.bat
index 080c315..979b21e 100644
--- a/idp-installer/src/main/wix/IdP.bat
+++ b/idp-installer/src/main/wix/IdP.bat
@@ -185,6 +185,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
diff --git a/idp-installer/src/main/wix/ShibbolethIdP-main.wxs b/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
index c361651..9f066c7 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
@@ -19,7 +19,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
- <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.3.1.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
+ <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.3.1.1" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
<Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V3.3" Manufacturer="The Shibboleth Consortium" />
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes" Schedule="afterInstallInitialize" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list