Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Additional Files for Deployed Product
Additional Files for Deployed Product [message #334456] Tue, 10 February 2009 16:12 Go to next message
Mustafa is currently offline MustafaFriend
Messages: 13
Registered: July 2009
Junior Member
Is there a way to automate the adding of external files / folders into my
deployed product ?

For instance I would like to add my "Reporting" folder and
"configuration.ini" file under the root folder. Currently what I do I just
manually copy those files and folders.
Re: Additional Files for Deployed Product [message #334492 is a reply to message #334456] Thu, 12 February 2009 16:22 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
This depends on how you are building your product.

If you have a normal feature build, or a productBuild based on features,
then you can add root files using one of your features.
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.pde.doc.user/tasks/pde_rootfiles.htm

If you have a plugin based productBuild and are using 3.5 for your
builder, then there are some details at the bottom of that help page.

If you have 3.4 or earlier you will need to create a feature and get it
inserted into the build, which can be done by setting a property
"featureList", see
http://wiki.eclipse.org/PDE/Build#Including_files_in_the_roo t_of_my_build

-Andrew

Mustafa wrote:
> Is there a way to automate the adding of external files / folders into
> my deployed product ?
>
> For instance I would like to add my "Reporting" folder and
> "configuration.ini" file under the root folder. Currently what I do I
> just manually copy those files and folders.
>
Previous Topic:Rampant OutOfMemory errors in 3.4
Next Topic:measure runtime of a java program using Eclipse
Goto Forum:
  


Current Time: Fri Mar 29 02:29:45 GMT 2024

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

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

Back to the top