Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] optional features

Jeff, 

The master pom is here:


The feature pom is here:


The product pom is here:


I'm currently reorganizing the build, so have disable some poms, but this should give you an idea of what I'm doing.

Thanks,
Greg

On Jul 19, 2013, at 3:47 PM, Jeff MAURY <jeffmaury@xxxxxxxxxxxxx> wrote:

Is there a way to see your POM(s) ?

Jeff


On Fri, Jul 19, 2013 at 9:23 PM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
Sorry if this has been asked before, but I've been trying to work this out for some time without success.

I'm building a product for multiple platforms, each of which is specified in the configuration section of the target-platform-configuration. The main feature includes optional features that support some of the platforms and not others. The features have the supported environments set in their feature.xml, and I've also tried setting the environment settings for each feature in the main feature. However I still get the following error:

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.17.0:package-feature (default-package-feature) on project org.eclipse.ptp.product: Execution default-package-feature of goal org.eclipse.tycho:tycho-packaging-plugin:0.17.0:package-feature failed: Could not resolve feature org.eclipse.linuxtools.oprofile.feature_0.0.0; Path to dependency: -> [Help 1]

Is there something else I need to do to get this to work?

Thanks,
Greg
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top