2018-06-28 23:11 GMT+03:00 Violeta Georgieva <violet...@apache.org>: > Hi, > > 2018-06-26 21:16 GMT+03:00 Violeta Georgieva <violet...@apache.org>: >> >> Hi, >> >> I'm planning to tag Tomcat 7/8.0 tomorrow. >> If you want to include something please reply here. >> Please note that this will be the last Tomcat 8.0 release. > > I'm currently not able to build Tomcat 7/8.0 when there are no dependencies. > > BUILD FAILED > C:\TOMCAT_7_0_89\build.xml:2761: The following error occurred while > executing th > is line: > C:\TOMCAT_7_0_89\build.xml:3088: Failed to download > [C:/temp/libs/tomcat-native- > 1.2.17/tomcat-native.tar.gz]. All download sources are unavailable. > > > Ant installation is 1.9.12. > I am able to download from the browser. > > Do I miss something from the latest changes in the Tomcat's build?
See https://bz.apache.org/bugzilla/show_bug.cgi?id=62164 It is not possible to download dependencies when your preferred ASF mirror (as auto-selected by closer.lua page) uses HTTP. This is solved by setting the property "base-apache.loc.1" in build.properties to the root address of your preferred mirror. In my case (see error message in comment 6 in that bug) such value is: base-apache.loc.1=http://apache-mirror.rbc.ru/pub/apache It may be that similar setting will be necessary for SourceForce, the property "base-sf.loc". I recently added checksum checks for downloaded files, so downloading over http: should be OK. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org