From 8fdbeef95c69ce5b718446b71b33eb407d7d05df Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 26 Feb 2023 11:07:17 -0600 Subject: [PATCH] Fix apache-ant fetch.xml problem. apache-ant tries to download NetRexx.zip from an IBM site that no longer accepts annonymous ftp. We now host that file on anduin. --- general/prog/apache-ant.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/general/prog/apache-ant.xml b/general/prog/apache-ant.xml index a773787b39..9bedb05355 100644 --- a/general/prog/apache-ant.xml +++ b/general/prog/apache-ant.xml @@ -140,6 +140,15 @@ ./bootstrap.sh + + Now fix a problem when the next command tries to download a file from + a problem site: + + +sed -e 's|ftp.software.ibm.com|anduin.linuxfromscratch.org|' \ + -e 's|software/awdtools/netrexx|BLFS/apache-ant|' \ + -i fetch.xml + Download the runtime dependencies using the fetch.xml ant build script: