Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Building feature patches

Hello guys,

 

We’re working on an Eclipse based product and we would like to switch from PDE to Tycho. The product consists among other things of a patched version of CDT, i.e. it includes CDT feature and our feature patch with two plugins.

 

When trying to build it with maven we get the following error resulting from maven not being able to find the two original plugins we have replaced with our patched versions:

 

"No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.cdt.platform.feature.group 8.2.0.201306112328 to org.eclipse.cdt.core [5.5.0.201306112328]." etc.

 

What’s the proper way to build a product containing both a feature and a feature patch using Tycho? I thought this was quite common use case, but was unable to find any info for that except some bug reports regarding building features patches in Tycho [1][2].

 

In the case this use case is currently not supported, can you suggest a workaround?

 

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=376925

[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=389698

 

Thanks a lot,

 

Ondrej


Back to the top