Hi, command zip -Tv ant-contrib-1.0b2.jar shows below error. here ant-contrib-1.0b2.jar is downloaded in MAC build node via Git.
[image: image.png] Remote logged to build node (MAC), copied the ant-contrib-1.0b2.jar manually from local windows machine and run the command zip -Tv ant-contrib-1.0b2.jar shows below output [image: image.png] can we conclude on the issue why the error for jar when it is from GIT. On Fri, Jan 14, 2022 at 6:43 PM Manjunath S <manjunath...@gmail.com> wrote: > 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 >> >>