Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Error in building fragment project(Error in building fragment project)
Error in building fragment project [message #902718] Mon, 20 August 2012 06:19
Yugandhar M is currently offline Yugandhar MFriend
Messages: 6
Registered: August 2012
Junior Member
Hi,

I need to build the new eclipse product which includes 4 fragment projects:
1. org.eclipse.wst.html.ui
2. org.eclipse.wst.server.preview.adapter.
3. org.eclipse.search
4. org.eclipse.ui.ide

I have checkout the sources from the CVS and i'm able to build the product with the html.ui and server.preview. But when i include all the 4 project i'm getting "Unsatisfied version Constraint" error for search & ui.ide projects.

I think that the error is coming because the search and ui.ide projects doesn't contain the source in "src" folder instead the source will be in "search" & extensions folders respectively. SO the buckminster not able to identify as a component.

Here is my rmap:

<searchPath name="fragments">
<provider readerType="local" componentTypes="osgi.bundle" mutable="true" source="true">
<uri format="file://{0}/plugins/webtools/{1}">
<bc:propertyRef key="workspace.root" />
<bc:propertyRef key="buckminster.component" />
</uri>
</provider>
</searchPath>

<locator searchPathRef="fragments" pattern="^org\.eclipse\..*$" failOnError="false"/>

The same thing is working for HTML and SERVER ADAPTER.

Please help me out...

Thanks in advance..

[Updated on: Mon, 20 August 2012 06:25]

Report message to a moderator

Previous Topic:Resolution problem with Buckminster 1.4 (Eclipse 3.7)
Next Topic:Updating qualifier for product feature
Goto Forum:
  


Current Time: Tue Apr 16 17:40:18 GMT 2024

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

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

Back to the top