Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » root files in eclipse product(how to include files in eclipse product)
root files in eclipse product [message #499185] Fri, 20 November 2009 10:46 Go to next message
Carlos  is currently offline Carlos Friend
Messages: 52
Registered: September 2009
Member
Hi.

I have a RCP application which is built using a ".product" file and "Eclipse product export wizard".
The product configuration is based on plug-ins (specifing dependencies).
I would like to add in the product .zip some files and folders...
Eclipse documentation indicates that:

Add a build.properties file containing absolute root properties to the automatically generated container feature:

${buildDirectory}/build.properties: generatedBuildProperties = ${buildDirectory}/root.properties
${buildDirectory/root.properties: root = absolute:${buildDirectory}/rootfiles
${buildDirectory}/rootfiles/*


I don't know exactly how can I get the "generated container feature".
My plugins don't have any features.
Could you give me any suggestions?

Thanks in advance.
Carlos.

Re: root files in eclipse product [message #500029 is a reply to message #499185] Tue, 24 November 2009 18:11 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
The "generated container feature" is feature that is automatically
generated for you during the product export. The contents of this
feature will be based on the .product file.

These root properties the documentation refers to are for a headless
build, they won't work when exporting from the UI because export manages
all of the build's properties for you.

To get root files, you will need to set up a headless build, or change
your product to use features.

-Andrew

Carlos wrote:
> Hi.
>
> I have a RCP application which is built using a ".product" file and
> "Eclipse product export wizard".
> The product configuration is based on plug-ins (specifing dependencies).
> I would like to add in the product .zip some files and folders...
> Eclipse documentation indicates that:
>
> Add a build.properties file containing absolute root properties to the
> automatically generated container feature:
>
> ${buildDirectory}/build.properties: generatedBuildProperties =
> ${buildDirectory}/root.properties
> ${buildDirectory/root.properties: root =
> absolute:${buildDirectory}/rootfiles
> ${buildDirectory}/rootfiles/*
>
>
> I don't know exactly how can I get the "generated container feature".
> My plugins don't have any features.
> Could you give me any suggestions?
>
> Thanks in advance.
> Carlos.
>
>
Previous Topic:PDE Documentation
Next Topic:root files in eclipse product
Goto Forum:
  


Current Time: Thu Apr 25 08:23:00 GMT 2024

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

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

Back to the top