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.
This commit is contained in:
Bruce Dubbs 2023-02-26 11:07:17 -06:00
parent d6c15b0861
commit 8fdbeef95c

View File

@ -140,6 +140,15 @@
<screen><userinput>./bootstrap.sh</userinput></screen>
<para>
Now fix a problem when the next command tries to download a file from
a problem site:
</para>
<screen><userinput>sed -e 's|ftp.software.ibm.com|anduin.linuxfromscratch.org|' \
-e 's|software/awdtools/netrexx|BLFS/apache-ant|' \
-i fetch.xml </userinput></screen>
<para>
Download the runtime dependencies using the
<filename>fetch.xml</filename> ant build script: