Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] How to include application launcher in the the build using productBuild.xml


You need to get the rcp delta pack which contains the feature org.eclipse.equinox.executable.  This feature contains the root files and a build.properties with the root properties.  The generated feature should automatically include this feature.

-Andrew


"Sharma, Jaikumar" <jaikumar.sharma@xxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

05/08/2007 09:31 AM

Please respond to
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>

To
<pde-build-dev@xxxxxxxxxxx>
cc
Subject
[pde-build-dev] How to include application launcher in the the        build using productBuild.xml





Hi,
 
I have a RCP Application which I have built as mentioned below under the url :
http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tasks/pde_product_build.htm
 
Application is build but when I check the ZIP archive of the applicaton, I find the application launcher (eclipse.exe) missing, since my application is composed of only plugins and not features. How do I include the launcher in the build ?
 
If I build the application using the pre generated feature, then I can specify root=rootfiles in feature's build.properties and  rootfiles contains the launcher which is automatically included in the build archive.
 
Thanks!
 
Regards.
 
 
 
 

DISCLAIMER:
Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message and/or attachments is strictly prohibited. The company accepts no liability for any damage caused by any virus transmitted by this email. Furthermore, the company does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. If you have received this message in error, please contact the sender and delete the message. Thank you.
_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top