You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2018/06/27 23:18:29 UTC

svn commit: r1834559 - /tomcat/trunk/build.xml

Author: kkolinko
Date: Wed Jun 27 23:18:29 2018
New Revision: 1834559

URL: http://svn.apache.org/viewvc?rev=1834559&view=rev
Log:
Fix filename in checksum check message for target "downloadgz".

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1834559&r1=1834558&r2=1834559&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Wed Jun 27 23:18:29 2018
@@ -2970,7 +2970,7 @@ skip.installer property in build.propert
     <verifyChecksum
       enabled="${checksum.enabled}"
       algorithm="${checksum.algorithm}" value="${checksum.value}"
-      file="${temp.file}.tar.gz" name="${sourcefile.1}" />
+      file="${temp.file}.tar.gz" name="${sourcefile}" />
 
     <gunzip src="${temp.file}.tar.gz" dest="${temp.file}.tar"/>
     <untar src="${temp.file}.tar" dest="${base.path}"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org