From 349252cd8d2c532d4c0c759e6d5d86bd6746dba1 Mon Sep 17 00:00:00 2001 From: Christopher Andrews Date: Wed, 28 Dec 2016 21:41:00 +1000 Subject: [PATCH] Changed ant build script to use http with launcher4j. Due to sourceforge using a 307 temporary redirect, the build script now fails to retrieve the launcher package (windows/linux). This is because the build script uses the https protocol and the redirect uses http. Error from ant script "[get] Redirection detected from https to http. Protocol switch unsafe, not allowed." This is a simple fix as it now requests the download using http, so the redirect is allowed. --- build/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build.xml b/build/build.xml index 23aea24968a..c7cb3d84cad 100644 --- a/build/build.xml +++ b/build/build.xml @@ -954,7 +954,7 @@ - + @@ -963,7 +963,7 @@ - +