вт, 18 апр. 2023 г. в 16:27, Maxim Solodovnik <[email protected]>:
>
> from mobile (sorry for typos ;)
>
>
> On Tue, Apr 18, 2023, 20:16 Rémy Maucherat <[email protected]> wrote:
>
> > On Tue, Apr 18, 2023 at 2:05 PM Maxim Solodovnik <[email protected]>
> > wrote:
> > >
> > > from mobile (sorry for typos ;)
> > >
> > >
> > > On Tue, Apr 18, 2023, 18:58 Rémy Maucherat <[email protected]> wrote:
> > >
> > > > On Tue, Apr 18, 2023 at 1:49 PM Maxim Solodovnik <[email protected]
> > >
> > > > wrote:
> > > > >
> > > > > Hello,
> > > > >
> > > > > For some reason there are no binary artifacts here:
> > > > > https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.74 :(
> > > >
> > > > Please do not use the archive for regular downloads, you should use
> > > > the cdn instead: https://tomcat.apache.org/download-90.cgi or
> > > > https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.74/
> > >
> > >
> > > I wasn't aware archived downloads are available via CDN, thanks for the
> > > pointer!
> > > I'll update our maven build
> >
> > Only the up to date build is available in the CDN. The archive has all
> > older builds but uses the ASF bandwidth (and also needs more time to
> > sync, it is not a bug).
> >
>
> Actually binaries are available in archive since they are uploaded to
> 'release' ....
>
> (They are available now)
>
> Maven build should be reproducible, so the only option is to use archive
> ....

If you look at "downloadzip-2" and similar targets in the build.xml
file of Tomcat,
and at the following lines in build.properties.default

base-apache.loc.1=https://dlcdn.apache.org
base-apache.loc.2=https://archive.apache.org/dist

You can use it as an example. It tries to download dependencies from
CDN first, and fallbacks to using the archive site.

You can also download from Maven Central. Tomcat releases are also
published there.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to