Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Source feature not generated for site.p2
Source feature not generated for site.p2 [message #658056] Sat, 05 March 2011 17:07 Go to next message
js Missing name is currently offline js Missing nameFriend
Messages: 73
Registered: July 2009
Member
I am trying to use buckmeister to build a p2 site from a .target file containing the eclipse emf sdk. Here is the entry in my .target file:

<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
<unit id="org.eclipse.emf.sdk.feature.group" version="2.6.1.v20100914-1218"/>
<repository location="http://download.eclipse.org/releases/helios"/>
</location>

When I activate the target in eclipse I see both the:

org.eclipse.emf.sdk
org.eclipse.emf.source

features on the content pane.

But when I build the p2 site (adding the content to a feature with the the buck.properties file and running the site.p2 action) the source feature is not created.

I have verified this by looking into:

\site.p2\features

folder and tried to add the generated site to a target and look at the containing features.

I have read that source plugins/features should be generated by default:

http://www.eclipse.org/forums/index.php?t=msg&goto=48746 1&

but this does not seem to happen. Here is my .properties file:

buckminster.output.root=${user.home}/project/site
buckminster.temp.root=${user.home}/project/tmp
qualifier.replacement.*=generator:lastRevision
target.os=*
target.ws=*
target.arch=*

Any suggestions?
Re: Source feature not generated for site.p2 [message #658064 is a reply to message #658056] Sat, 05 March 2011 20:09 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Johannes,

I think you might have encountered a bug that was fixed this morning.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=338803

A new build has been uploaded to our 3.6 update sites. So please update your environment and try again. Let me know if
it fixed your problem.

- thomas


On 2011-03-05 18:07, js wrote:
> I am trying to use buckmeister to build a p2 site from a .target file containing the eclipse emf sdk. Here is the entry
> in my .target file:
>
> <location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
> <unit id="org.eclipse.emf.sdk.feature.group" version="2.6.1.v20100914-1218"/>
> <repository location="http://download.eclipse.org/releases/helios"/>
> </location>
>
> When I activate the target in eclipse I see both the:
>
> org.eclipse.emf.sdk
> org.eclipse.emf.source
>
> features on the content pane.
>
> But when I build the p2 site (adding the content to a feature with the the buck.properties file and running the site.p2
> action) the source feature is not created.
> I have verified this by looking into:
>
> \site.p2\features
> folder and tried to add the generated site to a target and look at the containing features.
>
> I have read that source plugins/features should be generated by default:
>
> http://www.eclipse.org/forums/index.php?t=msg&goto=48746 1&
>
> but this does not seem to happen. Here is my .properties file:
>
> buckminster.output.root=${user.home}/project/site
> buckminster.temp.root=${user.home}/project/tmp
> qualifier.replacement.*=generator:lastRevision
> target.os=*
> target.ws=*
> target.arch=*
>
> Any suggestions?
Previous Topic:Can't build site.p2 with equinox
Next Topic:Buckminster can't find equinox platform launcher jar
Goto Forum:
  


Current Time: Fri Apr 19 23:51:50 GMT 2024

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

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

Back to the top