[java-identity-provider COMMIT] /trunk/idp-installer/src/main/wix/IdP.bat
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 30 07:00:40 EST 2015
Author: rdw
Date: Wed Dec 30 07:00:39 2015
New Revision: 8061
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8061&view=rev
Log:
IDP-896 Handle longer names for the unpacked directory
https://issues.shibboleth.net/jira/browse/IDP-896
Rename the unpacked directory prior to preparing it for HEAT
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=8061&r1=8060&r2=8061&view=diff
==============================================================================
--- trunk/idp-installer/src/main/wix/IdP.bat (original)
+++ trunk/idp-installer/src/main/wix/IdP.bat Wed Dec 30 07:00:39 2015
@@ -119,6 +119,10 @@
goto done;
)
+rem The file names gets too big....
+rename %idpex% IdPEx
+set idpex=IdPExe
+
rem we Want to call embedded/jetty-base jetty-base
move %idpex%\embedded\jetty-base %idpex%\jetty-base
if ERRORLEVEL 1 (
More information about the commits
mailing list