Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Target Definition for all platforms with missing dependencies
Target Definition for all platforms with missing dependencies [message #720230] Tue, 30 August 2011 07:44
Dominik Schadow is currently offline Dominik SchadowFriend
Messages: 15
Registered: July 2009
Junior Member
Hi,

I'm using Eclipse Indigo and a target definition to build a RCP for multiple platforms. This is my target file:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.6"?>
<target name="RCP">
<locations>
<location includeAllPlatforms="true" includeMode="slicer" includeSource="false" type="InstallableUnit">
<unit id="org.eclipse.babel.nls_eclipse_de.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/technology/babel/update-site/R0.9.0/indigo"/>
</location>
<location includeAllPlatforms="true" includeMode="slicer" includeSource="false" type="InstallableUnit">
<unit id="org.eclipse.equinox.p2.user.ui.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.rcp.sdk.id" version="0.0.0"/>
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
<unit id="org.eclipse.gef.sdk.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/indigo"/>
</location>
</locations>
</target>


The includeAllPlatforms=true is causing some trouble. I have activated this via the edit content wizard with the include all environments options.
Now opening the target file shows me several warnings like "Unable to satisfy dependency from org.eclipse.rcp.configuration.feature.group 1.0.0.I20110613-1736 to org.eclipse.rcp.configuration_rouut.carbon.macosx.ppc [1.0.0.I20110613.1736]". Every warning contains some plug-in/fragment from another OS (but not Windows on which I'm working at the moment). I need to support Linux, OS X and Windows.

As a workaround, I can add a local directory containing the Eclipse delta pack. Unfortunately, this doesn't work with Eclipse Tycho, since directories are not supported there.

The target definition itself is fine for the active platform. It's working on Windows and OS X, but only for the OS currently used. How can I solve this? Any hint is welcome.

Thanks, Dominik

Re-posted my question in the PDE forum.

[Updated on: Tue, 30 August 2011 12:13]

Report message to a moderator

Previous Topic:Dynamically resizing action in viewer
Next Topic:[SOLVED] How to CLOSE a console View?
Goto Forum:
  


Current Time: Sat Apr 27 04:10:51 GMT 2024

Powered by FUDForum. Page generated in 0.03109 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top