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:
[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