Re: Need Input to resolve error

2022-01-19 Thread Manjunath S
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

Re: Need Input to resolve error

2022-01-14 Thread Manjunath S
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

Re: Need Input to resolve error

2022-01-13 Thread Stefan Bodewig
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

Re: Need Input to resolve error

2022-01-13 Thread Jaikiran Pai
Hello Manjunath, Are you sure you are referring to the right jar and build.xml file? The error mentions b2.jar whereas your build.xml is referring to b3.jar. -Jaikiran On 13/01/22 4:00 pm, Manjunath S wrote: Issue was in Initiated mail ( https://markmail.org/thread/al5hvuxmpqtbg6xy) since

Need Input to resolve error

2022-01-13 Thread Manjunath S
Issue was in Initiated mail ( https://markmail.org/thread/al5hvuxmpqtbg6xy) since i did not mail when Stefan replied to my query, I will continue the query in this mail. Hi Stefan Bodewig, Path to, File ant-contrib-1.0b3.jar file is valid and it is downloaded from Git via jenkins script. The sa

Re: Need Input to resolve error

2022-01-12 Thread Stefan Bodewig
On 2022-01-12, Manjunath S wrote: > Hi, > Using ANT tool to build my project in MAC Platform. > Getting the following error > CLASSPATH element > /Users/rrr/workspace/_xxx_/_yyy_/ant-contrib-1.0b2.jar is not a JAR. > when below is executed. > > > location="/Users/rr

Need Input to resolve error

2022-01-12 Thread Manjunath S
Hi, Using ANT tool to build my project in MAC Platform. Getting the following error CLASSPATH element /Users/rrr/workspace/_xxx_/_yyy_/ant-contrib-1.0b2.jar is not a JAR. when below is executed. some details:- Apache Ant(TM) version 1.10.12 compiled