[java-idp-jetty-base] 02/02: Fix MSIbuild script
Rod Widdowson
rdw at steadingsoftware.com
Thu Aug 31 14:51:23 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch 10-windows
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=4234848118a447f08cd36781cdf5d3bfb9c65962
commit 4234848118a447f08cd36781cdf5d3bfb9c65962
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