Errors during install of optional libraries

[email protected] Sat, 24 Feb 2024 20:28:56 -0800
Newsgroups gmane.comp.jakarta.ant.user
Message-ID <[email protected]>
--b7ec99220c65475485814ddefff1a29c
Content-Type: text/plain

I'm hoping this has a simple solution that I am just missing... please let me know if there is a simplr way to avoid / get past the following issue...

As per installation instructions I ran the command 'ant -f fetch.xml -Ddest=system' to install all the optional libraries for Ant.
It stopped before completion with the following errors:

jspc:
[resolver:resolve] Downloading https://repo1.maven.org/maven2/tomcat/jasper-compiler/4.1.36/jasper-compiler-4.1.36.pom
[resolver:resolve] The POM for tomcat:jasper-compiler:jar:4.1.36 is missing, no dependency information available
[resolver:resolve] Resolving artifacts
[resolver:resolve] Downloading https://repo1.maven.org/maven2/tomcat/jasper-runtime/4.1.36/jasper-runtime-4.1.36.pom
[resolver:resolve] The POM for tomcat:jasper-runtime:jar:4.1.36 is missing, no dependency information available
[resolver:resolve] Resolving artifacts
[resolver:resolve] Resolving artifacts

jai:
[resolver:resolve] Downloading https://repository.jboss.org/nexus/content/groups/public/javax/media/jai-core/1.1.3/jai-core-1.1.3.pom

BUILD FAILED
C:\Ant\fetch.xml:373: The following error occurred while executing this line:
C:\Ant\fetch.xml:122: Could not collect dependencies: Failed to collect dependencies at javax.media:jai-core:jar:1.1.3

--b7ec99220c65475485814ddefff1a29c--