Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Prevent archiving rcp application in headless build
Prevent archiving rcp application in headless build [message #506032] Tue, 05 January 2010 14:37 Go to next message
Eclipse UserFriend
Hi,

1) Is is possible to prevent the default headless build of PDE
(org.eclipse.pde.build_...\scripts\productBuild\productBuild .xml) of creating an archive
file at the end of the build process of my rcp application. Is there a property for that?
Or should I override the default assemble process?

What I would like to do instead, is to copy all files that the archive must contain to a
temporary directory. Our application already provide an installation software that will
grab these files and make the installer...


2) How could I customize part of my build process without changing the default PDE build
process?


Note that I'm using PDE to make an headless build of my RCP application as in the following:

java -jar c:\eclipse\plugins\org.eclipse.equinox.launcher_XXX.jar -application
org.eclipse.ant.core.antRunner -buildfile productBuild.xml -D... -D...

Thanks all,

Vincent
Re: Prevent archiving rcp application in headless build [message #506281 is a reply to message #506032] Wed, 06 January 2010 08:50 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

I found the following property: archivesFormat

See the "Plug-in Development Environment" guide,
section: Tasks > PDE Build Advanced Topics > Controlling the output format of the build

Vincent
Re: Prevent archiving rcp application in headless build [message #603994 is a reply to message #506032] Wed, 06 January 2010 13:38 Go to previous message
Eclipse UserFriend
Hi,

I found the following property: archivesFormat

See the "Plug-in Development Environment" guide,
section: Tasks > PDE Build Advanced Topics > Controlling the output format of the build

Vincent
Previous Topic:Help Generating Javadoc For Eclipse API Restriction Tags
Next Topic:newbie at plug in development
Goto Forum:
  


Current Time: Sun Jul 06 05:51:46 EDT 2025

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

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

Back to the top