[java-identity-provider COMMIT] /trunk/idp-installer/src/main/wix/IdP.bat

noreply at shibboleth.net noreply at shibboleth.net
Wed Nov 26 05:11:00 EST 2014


Author: rdw
Date: Wed Nov 26 05:10:59 2014
New Revision: 7028

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7028&view=rev
Log:
Remove messages from the distribution prior to populating the MSI.  We populate from .dist

Modified:
    trunk/idp-installer/src/main/wix/IdP.bat

Modified: trunk/idp-installer/src/main/wix/IdP.bat
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-installer/src/main/wix/IdP.bat?rev=7028&r1=7027&r2=7028&view=diff
==============================================================================
--- trunk/idp-installer/src/main/wix/IdP.bat (original)
+++ trunk/idp-installer/src/main/wix/IdP.bat Wed Nov 26 05:10:59 2014
@@ -91,7 +91,7 @@
 
 for /D %%X in (*) do set idpex=%%X
 
-rem we do not want to populate conf/flows/view
+rem we do not want to populate conf/flows/view/messages
 rem we will populate them from the dist directory
 
 rd/s/q %idpex%\conf
@@ -110,6 +110,12 @@
 if ERRORLEVEL 1 (
   cd ..
   echo Views directory not found?
+  goto done;
+)
+rd/s/q %idpex%\messages
+if ERRORLEVEL 1 (
+  cd ..
+  echo Messages directory not found?
   goto done;
 )
 



More information about the commits mailing list