Re: Creating the product from Jenkins

2018-02-28 Thread swaraj somala
Thank you, Victor Martinez, for your ideas, I will check those questions On Friday, February 16, 2018 at 9:07:29 PM UTC+5:30, swaraj somala wrote: > > I tried to Create the product from Jenkins but I am facing the following > issue > > *CodeGen_GUI 1.0.0 (1.0.0 1.0.0) requires 'org.antlr.runtime

Re: Creating the product from Jenkins

2018-02-28 Thread Victor Martinez
As far as I see and understand this particular question is about how to build a specific product which it's not about jenkins itself but something more specific of, likely, your work. Therefore, I cannot provide any insights but just some ideas: - Can you reproduce those errors locally? - Can

Re: Creating the product from Jenkins

2018-02-27 Thread swaraj somala
Hi , I am trying to create .product(java Product) in Jenkins, But i am getting the below errors. [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 1.0.1 1.0.1 to org.antlr.runtime [4.3.0.v201502022030].; Unable to satisfy dependency from 1.0.1

Re: Creating the product from Jenkins

2018-02-16 Thread Victor Martinez
No idea what you meant, you might need to explain a bit more what you did and what a product means and so on , otherwise I'm not sure whether others might be able to help you with Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Creating the product from Jenkins

2018-02-16 Thread swaraj somala
I tried to Create the product from Jenkins but I am facing the following issue *CodeGen_GUI 1.0.0 (1.0.0 1.0.0) requires 'org.antlr.runtime [4.3.0.v201502022030]' but it could not be found* In my target I have org.antlr.runtime [3.2.0.v201101311130] but Jenkins expecting the newer version