[java-idp-jetty-base] 07/23: Fix MSIbuild script
Rod Widdowson
rdw at steadingsoftware.com
Sat Jun 22 14:09:21 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/IDP-2285
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=835c2d8fc55e18f7219927e6dbed851539ac4ff4
commit 835c2d8fc55e18f7219927e6dbed851539ac4ff4
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Aug 31 15:51:00 2023 +0100
Fix MSIbuild script
---
src/main/wix/Jetty.bat | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/wix/Jetty.bat b/src/main/wix/Jetty.bat
index c4f78c7..20d64b0 100644
--- a/src/main/wix/Jetty.bat
+++ b/src/main/wix/Jetty.bat
@@ -85,7 +85,7 @@ if ERRORLEVEL 1 (
mkdir procrun-extract
cd procrun-extract
-"%JARCMD%" xf ..\%1
+"%JARCMD%" xf %1
cd ..
if not exist procrun-extract\prunsrv.exe (
@@ -128,7 +128,7 @@ if ERRORLEVEL 1 (
:noJettyBaseSig
mkdir idp-jetty-base-extract
cd idp-jetty-base-extract
-"%JARCMD%" xf ..\%3
+"%JARCMD%" xf %3
rem is this a real package?
dir /s idp.ini.windows 1> nl:a 2> nl:b
@@ -161,7 +161,7 @@ if ERRORLEVEL 1 goto done
mkdir jetty-extract
cd jetty-extract
-"%JARCMD%" xf ..\%2
+"%JARCMD%" xf %2
dir /s jetty-ssl-context.xml 1> nl:a 2> nl:b
if ERRORLEVEL 1 (
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list