Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Headless Build Problem
Headless Build Problem [message #463065] Mon, 05 February 2007 21:10 Go to next message
Eclipse UserFriend
Originally posted by: bdberry.us.ibm.com

Hi,

I am having trouble with the headless product build in Eclipse 3.2.1. I
have followed the instructions provided in the help files but I keep
getting an empty feature.xml in the generated
org.eclipse.pde.build.container.feature directory which ultimately
causes the whole build to fail. I am seeing a bunch of log messages
regarding plugin dependancies as follows...

[eclipse.generateFeature] Some inter-plug-in dependencies have not been
satisfied.
[eclipse.generateFeature] Bundle org.eclipse.birt.chart.cshelp:
[eclipse.generateFeature] Another singleton version selected:
org.eclipse.birt.chart.cshelp_2.2.0.v20061229
[eclipse.generateFeature] Bundle org.eclipse.birt.chart.device.extension:
[eclipse.generateFeature] Another singleton version selected:
org.eclipse.birt.chart.device.extension_2.2.0.v20061130
[eclipse.generateFeature] Bundle org.eclipse.birt.chart.device.pdf:
[eclipse.generateFeature] Another singleton version selected:
org.eclipse.birt.chart.device.pdf_2.2.0.v20061120-1200

Am I supposed to copy every single Eclipse plugin that I need to my
build directory? The instructions make it seem like setting the Eclipse
home will let the build process find the dependancies aside of my own
plugins/features. However, it seems like it cannot see everything - any
ides?
Re: Headless Build Problem [message #463095 is a reply to message #463065] Tue, 06 February 2007 18:40 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
Brian,
It appears that the bundles you are building also exist in your baseLocation.
And the binary versions are being selected in the state. Try using a
baseLocation that does not also have the things you are building.

-Andrew
Brian Berry wrote:
> Hi,
>
> I am having trouble with the headless product build in Eclipse 3.2.1. I
> have followed the instructions provided in the help files but I keep
> getting an empty feature.xml in the generated
> org.eclipse.pde.build.container.feature directory which ultimately
> causes the whole build to fail. I am seeing a bunch of log messages
> regarding plugin dependancies as follows...
>
> [eclipse.generateFeature] Some inter-plug-in dependencies have not been
> satisfied.
> [eclipse.generateFeature] Bundle org.eclipse.birt.chart.cshelp:
> [eclipse.generateFeature] Another singleton version selected:
> org.eclipse.birt.chart.cshelp_2.2.0.v20061229
> [eclipse.generateFeature] Bundle org.eclipse.birt.chart.device.extension:
> [eclipse.generateFeature] Another singleton version selected:
> org.eclipse.birt.chart.device.extension_2.2.0.v20061130
> [eclipse.generateFeature] Bundle org.eclipse.birt.chart.device.pdf:
> [eclipse.generateFeature] Another singleton version selected:
> org.eclipse.birt.chart.device.pdf_2.2.0.v20061120-1200
>
> Am I supposed to copy every single Eclipse plugin that I need to my
> build directory? The instructions make it seem like setting the Eclipse
> home will let the build process find the dependancies aside of my own
> plugins/features. However, it seems like it cannot see everything - any
> ides?
Previous Topic:Cannot export RCP application
Next Topic:EditorContributor: only Constructor is called
Goto Forum:
  


Current Time: Wed Jan 15 10:25:24 GMT 2025

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

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

Back to the top