Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Feature-Based Headless Product Build Problem
Feature-Based Headless Product Build Problem [message #38751] Mon, 29 December 2008 14:06
Jake Pezaro is currently offline Jake PezaroFriend
Messages: 2
Registered: July 2009
Junior Member
I am unable to make my headless build produce the same artifact as the
Eclipse Product export wizard.

I have a RCP Product, consisting of:

1. a plugin (in my workspace)
2. the .product file (in my workspace in the plugin project)
3. a feature (in my workspace) which references the above plugin
4. the .product file (2) references two binary features which reside in
the target platform

When I create the product using the Eclipse Product export wizard, the
product created includes the binary features and all of the plugins that
they contain (this is the correct behaviour).

The problem is, when I try to do a headless build, the binary features are
omitted from the final product zip leaving only the feature and plugin
from my workspace.

I have set runPackager=true in my headless build build.properties but this
has no effect. I suspect that I need to invoke/configure the packager in
order to do this, however I cannot find any examples of how this should be
done.

Can anyone tell me how i am supposed to get the binary features into my
final product?

Thanks

Jake
Previous Topic:How to read my plugin dependency libraries
Next Topic:Feature-Based Headless Product Build Problem
Goto Forum:
  


Current Time: Thu Apr 25 21:11:26 GMT 2024

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

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

Back to the top