Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] target-platform-configuration filter out specific OS

Dear group,

I am setting up a tycho build for an e4 based application, built against luna repository.
As it is supposed to be a multiplattform build for win and mac, I configured the target-definition file to "Include all environments".

Before I did this, my Windows only build was fine. After switching to "Include all", I run into an issue with some unresolveable  dependencies within the luna target, as discussed here:
https://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg11043.html


This is the error, which I get:

[ERROR] Cannot resolve target definition:
[ERROR]   Problems resolving provisioning plan.:
[ERROR]      Unable to satisfy dependency from org.eclipse.equinox.executable.feature.group 3.6.100.v20140819-1617 to org.eclipse.equinox.launcher.gtk.linux.ppc64le [1.0.200.v20140409-1208].
[ERROR]      Unable to satisfy dependency from org.eclipse.equinox.executable.feature.group 3.6.100.v20140819-1617 to org.eclipse.equinox.executable_root.gtk.linux.ppc64le [3.6.100.v20140819-1617].
[ERROR]      Unable to satisfy dependency from toolingorg.eclipse.platform.ide.application 4.4.1.M20140925-0400 to toolingorg.eclipse.equinox.launcher.gtk.linux.ppc64le [1.0.200.v20140409-1208].
[ERROR]      Unable to satisfy dependency from toolingorg.eclipse.platform.ide.application 4.4.1.M20140925-0400 to org.eclipse.platform.ide.executable.gtk.linux.ppc64le.eclipse [4.4.1.M20140925-0400].
[ERROR]      Unable to satisfy dependency from toolingorg.eclipse.platform.ide.application 4.4.1.M20140925-0400 to toolingorg.eclipse.platform.ide.executable.cocoa.macosx.x86-bundled [4.4.1.M20140925-0400].

[...]


The guys there suggest some filtering of the target, which solved the problem, but I don't know how to do this. Is there a way with tycho's target filtering, to simply ignore these nasty ppc64le dependencies?

Regards,
Markward

Back to the top