Re: Need Input to resolve error
Manjunath S <[email protected]> Fri, 14 Jan 2022 18:43:59 +0530
| Newsgroups | gmane.comp.jakarta.ant.user |
|---|---|
| Message-ID | <CAJqOP9n+Ty=Zu-ngxT=dC0apY_QJnUm8R2XPB-=hM5+N02jNmA@mail.gmail.com> |
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 <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > >