Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » root files in eclipse product
root files in eclipse product [message #603452] Fri, 20 November 2009 05:46 Go to next message
Eclipse UserFriend
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 #603586 is a reply to message #603452] Tue, 24 November 2009 13:11 Go to previous message
Eclipse UserFriend
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:root files in eclipse product
Next Topic:Adding product version number in exported product zip file
Goto Forum:
  


Current Time: Thu Jul 03 00:01:08 EDT 2025

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

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

Back to the top