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 launcherinthethebuildusing productBuild.xml

Thanks Barrie, I have setup the target platform which contains all the
plugins required including RCP Delta pack. Build runs fine now, but
still launcher (eclipse.exe) is not included in the resulting build
archive.

I am not sure if there is something which needs to be added / defined in
build.properties to include the rootfiles from the feature from RCP
Delta pack.

Though properties in build.properties I have defined as you mentioned
are below :

productId=product.absolute.path
Configs=win32,win32,x86
buildDirectory=c:\temp\build
baseLocation=c:\eclipse-targetPlatform
pluginPath=d:\plugins\pluginA;\d:\plugins\PluginB;d:\plugins\PluginsC
archivePrefix=myProduct
javaSource=1.5
javaTarget=1.5

And in fact it works fine without any error message now, but only
problem is I need the launcher (eclipse.exe) in resulting build archive,
which is not the case so far.

I am not sure what else can be tweaked in build.properties ?

Regards.



-----Original Message-----
From: pde-build-dev-bounces@xxxxxxxxxxx
[mailto:pde-build-dev-bounces@xxxxxxxxxxx] On Behalf Of Barrie Treloar
Sent: Wednesday, May 09, 2007 02:13 PM
To: Eclipse PDE Build developers list.
Subject: Re: [pde-build-dev] How to include application
launcherinthethebuildusing productBuild.xml


On 5/9/07, Sharma, Jaikumar <jaikumar.sharma@xxxxxxxxx> wrote:
> Initially, I had a question regarding building RCP application from a 
> product configuration file as mentioned under the following link : 
> http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.pde.doc.us
> er
> /guide/tasks/pde_product_build.htm
>
> Everything goes well, but archive I get as a result of the build 
> process does not contain the launcher (eclipse.exe), which Andrew had 
> mentioned to download the RCP Delta pack and try that.
>
> Next to that, I had downloaded the RCP Delta Pack for Eclpse 3.2.2 
> since I am using Eclipse 3.2.2 and installed the same into my existing

> eclipse installation (as you adviced in your earlier post).
>
> Result :
>
> When I run the build it does not give any error nor any result, but If

> I remove the RCP Delta Pack from eclipse installation build works but 
> build archive does not contain the launcher (eclipse.exe).
>
> I am using Ant.

The configuration instructions for your build.properties file are needed
for settings up Eclipse RCP.

While the page has Maven references on it, that section has nothing to
do with Maven or Ant.

Use the knowledge on that page to work out why your environment is not
working. _______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


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.


Back to the top