Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » P2 » Create eclipse feature from target platform (Include all Environments )
Create eclipse feature from target platform (Include all Environments ) [message #657134] Tue, 01 March 2011 16:55
Anton is currently offline AntonFriend
Messages: 23
Registered: July 2009
Junior Member
I have created an eclipse .target file and added the eclipse p2 site:

http://download.eclipse.org/eclipse/updates/3.6

<target name="test target">
<locations>
<location includeAllPlatforms="true" includeMode="slicer"
type="InstallableUnit">
<unit id="org.eclipse.platform.ide" version="3.6.1.M20100909-0800"/>
<unit id="org.eclipse.platform.sdk" version="3.6.1.M20100909-0800"/>
<unit id="org.eclipse.rcp.feature.group"
version="3.6.1.r361_v20100827-9OArFLdFjY-ThSQXmKvKz0_T"/>
<unit id="org.eclipse.sdk.ide" version="3.6.1.M20100909-0800"/>
<repository location="http://download.eclipse.org/eclipse/updates/3.6"/>
</location>
</locations>
</target>

I have selected "Include all Environments" since I want this target to work
for all operating systems.

Next I create a feature from this .target file (which I intent to add to an
update site later). But when I export the feature I get:

Processing inclusion from feature asdasdad: Bundle
org.eclipse.core.filesystem.aix.ppc_1.1.0.v20100505-1235 failed to resolve.:

Is it not possible to create a feature from an all platform target?

If I try to validate a run configuration containing all the plugins from the
target I get a lot of:

Platform filter did not match: (&(osgi.os=linux)(osgi.arch=x86))
Platform filter did not match: (&(osgi.ws=gtk)(osgi.os=linux)
(osgi.arch=x86_64))
....
Previous Topic:legacy sites and "new" updatemanager
Next Topic:'Default' bundle start configuration overridden by product file config?
Goto Forum:
  


Current Time: Fri Apr 26 22:45:32 GMT 2024

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

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

Back to the top