Skip to main content

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

Greg,

I ran mvn clean package on a Windows 7 machine and build is ok for branch ptp_7_0. On which platform do you have the problem ?

Jeff


On Wed, Jul 24, 2013 at 10:46 PM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
Jeff,

The poms have now moved:

master pom:


feature pom:


product pom:


If you could let me know what might be the problem, it would be appreciated.

Regards,
Greg

On Jul 22, 2013, at 7:20 PM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:

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

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


_______________________________________________
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

Back to the top