Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Include the product plugin in the update site

Hi,

I want to include the product plugin in an update site but Tycho 0.24 won't let me. I have been searching for a couple of hours.

Below you see that the product is build (eclipse-repository) but it does not get included in the target platform for some reason.

Any clues on how to get this done?

Thanks,

Wim

[INFO] Reactor Summary:
[INFO]
[INFO] it.baeyens.arduino.parent .......................... SUCCESS [  1.610 s]
[INFO] it.baeyens.arduino.common .......................... SUCCESS [  4.020 s]
[INFO] it.baeyens.arduino.monitor ......................... SUCCESS [  2.275 s]
[INFO] it.baeyens.arduino.core ............................ SUCCESS [  4.318 s]
[INFO] it.baeyens.arduino.core.nl1 ........................ SUCCESS [  0.495 s]
[INFO] it.baeyens.cdt.refactor ............................ SUCCESS [  0.870 s]
[INFO] it.baeyens.arduino.application ..................... SUCCESS [  0.980 s]
[INFO] it.baeyens.arduino.feature ......................... SUCCESS [  0.764 s]
[INFO] it.baeyens.arduino.product ......................... SUCCESS [01:35 min]
[INFO] it.baeyens.arduino.product.feature ................. FAILURE [  0.467 s]
[INFO] it.baeyens.arduino.updatesite ...................... SKIPPED
[INFO] root ............................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:35 min
[INFO] Finished at: 2016-03-29T17:27:24+02:00
[INFO] Final Memory: 120M/397M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.24.0:package-feature (default-package-feature) on project it.baeyens.arduino.product.feature: Execution default-package-feature of goal org.eclipse.tycho:tycho-packaging-plugin:0.24.0:package-feature failed: eclipse-plugin artifact with ID "it.baeyens.arduino.product" and version matching "0.0.0" was not found in the target platform -> [Help 1]

Back to the top