[java-idp-plugin-jetty] 01/02: Test against the correct artifact when downloading
Rod Widdowson
rdw at steadingsoftware.com
Mon Sep 8 15:12:50 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=642ed819bf3038503f4a6612f47159dfea021128
commit 642ed819bf3038503f4a6612f47159dfea021128
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Sep 8 16:09:47 2025 +0100
Test against the correct artifact when downloading
---
.../resources/net/shibboleth/idp/module/jetty/downloadjetty.bat | 8 ++++----
.../resources/net/shibboleth/idp/module/jetty/downloadprocrun.bat | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/downloadjetty.bat b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/downloadjetty.bat
index b2be069..b7fb3b8 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/downloadjetty.bat
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/downloadjetty.bat
@@ -1,13 +1,13 @@
@echo off
setlocal
-if exist "%~dp0..\jetty-dist\commons-daemon-%1%-bin-windows.zip" (
- echo Error: commons-daemon-%1% already downloaded
+if exist "%~dp0..\jetty-dist\jetty-home-%1%" (
+ echo Error: jetty-home-%1% already downloaded
exit /b
)
-if exist "%~dp0..\jetty-dist\commons-daemon-%1%" (
- echo Error: commons-daemon-%1% already downloaded
+if exist "%~dp0..\jetty-dist\jetty-home-%1%.tar.gz" (
+ echo Error: jetty-home-%1% already downloaded
exit /b
)
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/downloadprocrun.bat b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/downloadprocrun.bat
index 5d9689b..122b5c8 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/downloadprocrun.bat
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/downloadprocrun.bat
@@ -1,13 +1,13 @@
@echo off
setlocal
-if exist "%~dp0..\jetty-dist\jetty-home-%1%" (
- echo Error: jetty-home-%1% already downloaded
+if exist "%~dp0..\jetty-dist\commons-daemon-%1%-bin-windows.zip" (
+ echo Error: commons-daemon-%1% already downloaded
exit /b
)
-if exist "%~dp0..\jetty-dist\jetty-home-%1%.tar.gz" (
- echo Error: jetty-home-%1% already downloaded
+if exist "%~dp0..\jetty-dist\commons-daemon-%1%" (
+ echo Error: commons-daemon-%1% already downloaded
exit /b
)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list