Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Tycho Messages Explained"

(347825 Explain warning that may be issues by tycho-p2-repository-plugin when including a feature patch in the target platform)
 
(347825 Explain warning that may be issues by tycho-p2-repository-plugin when including a feature patch in the target platform)
Line 13: Line 13:
  
 
In case the warning only reports unsatisfied dependencies to the original versions of plug-ins replaced through a feature patch, it can be safely ignored. All other cases probably indicate an internal error in Tycho and should be [https://bugs.eclipse.org/bugs/query.cgi?product=Tycho reported].
 
In case the warning only reports unsatisfied dependencies to the original versions of plug-ins replaced through a feature patch, it can be safely ignored. All other cases probably indicate an internal error in Tycho and should be [https://bugs.eclipse.org/bugs/query.cgi?product=Tycho reported].
 +
 +
[[Category:Tycho]]

Revision as of 08:53, 8 June 2011

This page explains errors and warnings reported by Tycho. It shall help Tycho users to diagnose and resolve build problems, or to report bugs in Tycho.

Error Messages

(Please help writing this page!)

Warning Messages

[WARNING] Mirror application: "Problems resolving provisioning plan."...

This message may be shown by the tycho-p2-repository-plugin (in version 0.13 or later) when an eclipse-repository module includes a feature patch. Feature patches allow to replace plug-ins contained in a feature with different versions of the plug-ins, so a target platform containing a feature and a corresponding feature patch has only the new versions of the plug-ins. The p2 mirror tool, which is used by the tycho-p2-repository-plugin, mirrors from the resolved target platform, but it is not aware of the semantics of feature patches. Therefore it also tries to mirror the original versions of the plug-ins, and issues a warning when it fails to do so.

In case the warning only reports unsatisfied dependencies to the original versions of plug-ins replaced through a feature patch, it can be safely ignored. All other cases probably indicate an internal error in Tycho and should be reported.

Back to the top