Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Is it possible to create a p2 site with a patch feature?

This is likely a bug in eclipse-repository packaging and possibly
underlying p2 implementation, but you can still use eclipse-update-site
or eclipse-feature packaging to build patch features. As an example, I
pushed to github [1] m2e maven 3.0.3 runtime (now obsolete) we used to
provide as separate feature installable from Eclipse marketplace

[1] https://github.com/ifedorenko/m2e-maven-runtime

--
Regards,
Igor

On 12-09-14 5:02 AM, ROUSSEL Kévin wrote:
Hello,

As said in the title, I am building a RCP project that includes a patch
feature (for a third-party dependency).

I am facing a problem: the 'publish-products' goal of the
'tycho-p2-publisher-plugin' fails, because of a missing dependency of my
patch feature to the original feature. However, the needed original
feature is included in the target platform definition for my product.

If what is said in this page
(http://wiki.eclipse.org/Tycho_Messages_Explained) is correct, there may
be problems with patch features using Tycho.

I am right now using Tycho release 0.15. Is there any problem with this
version? Should I try to upgrade to version 0.16-SNAPSHOT?


Back to the top