Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Problem getting org.eclipse.equinox.executable.feature to materialize
Problem getting org.eclipse.equinox.executable.feature to materialize [message #515326] Thu, 18 February 2010 13:59 Go to next message
Geejay is currently offline GeejayFriend
Messages: 160
Registered: February 2010
Senior Member
I am trying to materialize an RCP target platform, following the steps in the tutorial here.

It seems like a simple process. I write two CQuery files and two MSpec files.

That is ok. But are they both meant to reference the same RMAP?

RMAP is here:

<?xml version="1.0" encoding="UTF-8"?>
<rmap xmlns="http://www.eclipse.org/buckminster/RMap-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:mp="http://www.eclipse.org/buckminster/MavenProvider-1.0"
xmlns:pmp="http://www.eclipse.org/buckminster/PDEMapProvider-1.0"
xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0">
<searchPath name="org.eclipse.platform">
<provider readerType="eclipse.import" componentTypes="osgi.bundle,eclipse.feature" mutable="false" source="false">
<uri format=" http://download.eclipse.org/releases/galileo?importType=bina ry"/>
</provider>
</searchPath>
<locator searchPathRef="org.eclipse.platform"/>
</rmap>

Obviously, this RMAP is no good for the org.eclipse.equinox.executable.feature component that I need.

I end up with the following errors in the import:

ERROR [0001] : No suitable provider for component org.eclipse.equinox.executable.feature:eclipse.feature was found in searchPath org.eclipse.platform
ERROR [0001] : Rejecting provider p2( http://download.eclipse.org/releases/galileo?importType=bina ry): No component match was found

Have I read the tutorial wrong? Where do I get this component from? I have tried installing the delta pack (into the headless buckminster eclipse) to no avail.

[Updated on: Thu, 18 February 2010 14:01]

Report message to a moderator

Re: Problem getting org.eclipse.equinox.executable.feature to materialize [message #515336 is a reply to message #515326] Thu, 18 February 2010 14:13 Go to previous messageGo to next message
Carsten Reckord is currently offline Carsten ReckordFriend
Messages: 139
Registered: July 2009
Senior Member
Hi Geejay,

> ERROR [0001] : No suitable provider for component org.eclipse.equinox.executable.feature:eclipse.feature was found in searchPath org.eclipse.platform
> ERROR [0001] : Rejecting provider p2( http://download.eclipse.org/releases/galileo?importType=bina ry): No component match was found
>
> Have I read the tutorial wrong? Where do I get this component from? I have tried installing the delta pack (into the headless buckminster eclipse) to no avail.

This looks like you have the wrong component name somewhere. The correct one is org.eclipse.equinox.executable (without the .feature).

HTH,
Carsten
Re: Problem getting org.eclipse.equinox.executable.feature to materialize [message #515345 is a reply to message #515336] Thu, 18 February 2010 14:29 Go to previous message
Geejay is currently offline GeejayFriend
Messages: 160
Registered: February 2010
Senior Member
Thanks Carsten, yep, that worked Smile Also, the delta pack is not required. I guess the org.equinox.executable component is now available on p2 or something?

Where does Buckminster get it from?

[Updated on: Thu, 18 February 2010 14:52]

Report message to a moderator

Previous Topic:Is there an error in the Buckybook or in Buckminster?
Next Topic:Variable directory location with target files
Goto Forum:
  


Current Time: Fri Apr 26 11:15:49 GMT 2024

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

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

Back to the top