This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new feb189f Followon to 9e32afaf34e8923b0adcbe263d1926c2bcd7d53e: Since we are now downloading a jar from Maven Central, we must use "downloadfile" instead of "downloadzip". The latter would extract the contents of the downloaded file and then remove it. feb189f is described below commit feb189f3f56eb4bac77301627051780a48262dd7 Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Sun Jul 14 20:26:42 2019 +0200 Followon to 9e32afaf34e8923b0adcbe263d1926c2bcd7d53e: Since we are now downloading a jar from Maven Central, we must use "downloadfile" instead of "downloadzip". The latter would extract the contents of the downloaded file and then remove it. --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index bd11b70..9e8d537 100644 --- a/build.xml +++ b/build.xml @@ -2810,7 +2810,7 @@ skip.installer property in build.properties" /> <param name="checksum.value" value="${hamcrest.checksum.value}"/> </antcall> - <antcall target="downloadzip"> + <antcall target="downloadfile"> <param name="sourcefile" value="${easymock.loc}"/> <param name="destfile" value="${easymock.jar}"/> <param name="destdir" value="${base.path}"/> @@ -2828,7 +2828,7 @@ skip.installer property in build.properties" /> <param name="checksum.value" value="${cglib.checksum.value}"/> </antcall> - <antcall target="downloadzip"> + <antcall target="downloadfile"> <param name="sourcefile" value="${objenesis.loc}"/> <param name="destfile" value="${objenesis.jar}"/> <param name="destdir" value="${base.path}"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org