[java-identity-provider COMMIT] /branches/3.2/idp-installer/src/main/wix/IdP.bat
noreply at shibboleth.net
noreply at shibboleth.net
Wed May 18 09:59:18 EDT 2016
Author: rdw
Date: Wed May 18 09:59:18 2016
New Revision: 8245
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8245&view=rev
Log:
IDP-983 Support Jetty 9.3
https://issues.shibboleth.net/jira/browse/IDP-983
Bat filoe (testing in the mainline) to build the IDP MSIs.
This requires a distribution built from this branche _after_ r8244.
Modified:
branches/3.2/idp-installer/src/main/wix/IdP.bat
Modified: branches/3.2/idp-installer/src/main/wix/IdP.bat
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.2/idp-installer/src/main/wix/IdP.bat?rev=8245&r1=8244&r2=8245&view=diff
==============================================================================
--- branches/3.2/idp-installer/src/main/wix/IdP.bat (original)
+++ branches/3.2/idp-installer/src/main/wix/IdP.bat Wed May 18 09:59:18 2016
@@ -119,14 +119,18 @@
goto done;
)
-rem we Want to call embedded/jetty-base jetty-base
-move %idpex%\embedded\jetty-base %idpex%\jetty-base
+rem The file names gets too big....
+rename %idpex% IdPEx
+set idpex=IdPEx
+
+rem we Want to call embedded/jetty-base-9.3 jetty-base
+move %idpex%\embedded\jetty-base-9.3 %idpex%\jetty-base
if ERRORLEVEL 1 (
cd ..
- echo embedded/jetty-base directory not found?
+ echo embedded/jetty-base-9.3 directory not found?
goto done;
)
-rd embedded
+rd /s /q %idpex%\embedded
rem We want to call jetty-base/start.d jetty-base/start.d.dist
More information about the commits
mailing list