Prevent archiving rcp application in headless build [message #506032] |
Tue, 05 January 2010 14:37  |
Eclipse User |
|
|
|
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
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03747 seconds