[java-identity-provider] 02/02: Tighten up build of idp installer

Rod Widdowson rdw at steadingsoftware.com
Wed Sep 5 06:37:16 EDT 2018


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=b357593aa0ce50f0c3a318499547e1ed483786c1

commit b357593aa0ce50f0c3a318499547e1ed483786c1
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Sep 5 11:24:54 2018 +0100

    Tighten up build of idp installer
    
    After we have unpacked the idp-jetty-base, ensure that it is
    built from the windows branch.
---
 idp-installer/src/main/wix/IdP.bat | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-installer/src/main/wix/IdP.bat b/idp-installer/src/main/wix/IdP.bat
index 9247262..57797cd 100644
--- a/idp-installer/src/main/wix/IdP.bat
+++ b/idp-installer/src/main/wix/IdP.bat
@@ -119,10 +119,10 @@ if exist "%2" (
   "%JARCMD%" xf ..\%2
 )
 rem is this a real package?
-dir /s idp.ini 1> nl:a 2> nl:b
+dir /s idp.ini.windows 1> nl:a 2> nl:b
 if ERRORLEVEL 1 (
   cd ..
-  echo Could not find idp.ini in Jetty Base package
+  echo Could not find idp.ini.windows in Jetty Base package
   goto done;
 )
 for /D %%X in (*) do set jettyBaseEx=%%X

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


More information about the commits mailing list