Re: Need Input to resolve error

Stefan Bodewig <[email protected]> Thu, 13 Jan 2022 15:27:58 +0100
Newsgroups gmane.comp.jakarta.ant.user
Message-ID <[email protected]>
On 2022-01-13, Manjunath S wrote:

> Path to, File ant-contrib-1.0b3.jar file is valid and it is downloaded from
> Git via jenkins script. The same is working on the Windows platform.

could still be corrupted locally. Can you open it with your ZIP tool of
choice (JARs are ZIPs after all).

zip -Tv ant-contrib-1.0b3.jar

or something similar.

Stefan