Hi Jai, Mismatched jar file( i.e. b3.jar in xml and b2.jar in error output) is a paste mistake. I have tested the project build with the latest jar (i.e. b3.jar) thinking that it could solve the problem.
>From now, we can analyze the issue with the point that we are using b3.jar for building the project using ANT tool. Hi Stefan, I had tested with command jar -xvf ant-contrib-1.0b3.jar, but it was not working and no error message was displayed in terminal. Will test the command suggested by you ( zip -Tv ant-contrib-1.0b3.jar). will share the observations. Thank you Jai, Stefan, for your suggestions. On Thu, Jan 13, 2022 at 7:58 PM Stefan Bodewig <bode...@apache.org> wrote: > 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 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@ant.apache.org > For additional commands, e-mail: user-h...@ant.apache.org > >