Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 19:37 Go to next message
VincentL is currently offline VincentLFriend
Messages: 88
Registered: July 2009
Member
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 13:50 Go to previous messageGo to next message
VincentL is currently offline VincentLFriend
Messages: 88
Registered: July 2009
Member
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 18:38 Go to previous message
VincentL is currently offline VincentLFriend
Messages: 88
Registered: July 2009
Member
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: Fri Apr 19 06:17:49 GMT 2024

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

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

Back to the top