Hi! FYI, there is a regression in Ant 1.9.4 that makes it unable to build "release" target of Tomcat 8 or Tomcat 7.
It fails when building "extra" components, because it cannot unpack commons-logging-1.1.3-src.tar.gz file. The error is [[[ java.io.IOException: Error detected parsing the header ... Caused by: java.lang.IllegalArgumentException: Invalid byte 32 at offset 7 in ' {NUL}' len=8 ]]] The issue is already known and have been fixed for the next version. https://issues.apache.org/bugzilla/show_bug.cgi?id=56641 Ant 1.9.3 is working correctly. I think buildbot uses 1.9.2 or 1.9.1, and official releases are done with 1.8.x. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org