Skip to main content



      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 08:59 Go to next message
Eclipse UserFriend
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 09:01] by Moderator

Re: Problem getting org.eclipse.equinox.executable.feature to materialize [message #515336 is a reply to message #515326] Thu, 18 February 2010 09:13 Go to previous messageGo to next message
Eclipse UserFriend
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 09:29 Go to previous message
Eclipse UserFriend
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 09:52] by 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: Thu Jul 03 13:04:04 EDT 2025

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

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

Back to the top