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 1.0.1 to org.eclipse.jdt.core [3.12.3.v_OTDT_r253_201703071318].; Unable to satisfy dependency from 1.0.1 1.0.1 to org.slf4j.api [1.7.10.v20160921-1923].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [INFO] [INFO] --- tycho-p2-repository-plugin:0.26.0:archive-repository (default-archive-repository) @ com.avin.product --- [INFO] Building zip: E:\DDrive\daily\13-02\15_02\com.avin.product\target\com.avin.product-1.0.0.zip [INFO] [INFO] --- tycho-p2-director-plugin:0.26.0:materialize-products (materialize-products) @ com.avin.product --- [INFO] Installing product 1.0.1 for environment win32/win32/x86_64 to E:\DDrive\daily\13-02\15_02\com.avin.product\target\products\1.0.1\win32\win32\x86_64 Installing 1.0.1 1.0.1. Installation failed. Cannot complete the install because one or more required items could not be found. Software being installed: bswCodeGen 1.0.1 (1.0.1 1.0.1) Missing requirement: bswCodeGen 1.0.1 (1.0.1 1.0.1) requires 'org.antlr.runtime [4.3.0.v201502022030]' but it could not be found Application failed, log file location: C:\Users\swaraj_somala\AppData\Local\Temp\tycho2233503430392072007equinox\config\1519735504852.log I have used org.antlr.runtime [3.2.0.v201101311130],org.eclipse.jdt.core [3.12.3.v20170228-1205] in my target. Can you please provide a repsonse for the same. Thank You 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 > [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 of that jar 4.3.0. Is there any way to solve > this issue please guide me? > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/765ef278-2fee-450d-9b65-cbb38ecd4ac6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
