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 launcherin thethebuildusing productBuild.xml

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.user
/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.

Thanks for your help!

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 12:39 PM
To: Eclipse PDE Build developers list.
Subject: Re: [pde-build-dev] How to include application launcherin
thethebuildusing productBuild.xml


On 5/9/07, Sharma, Jaikumar <jaikumar.sharma@xxxxxxxxx> wrote:
> Thanks Barrie, I have extracted the RCP Delta pack for v 3.2.2 into my

> existing eclipse 3.2.2 installation and when I run the script it does 
> not do anything (strange even no error message at command line). But 
> if I remove the RCP Delta Pack, I get the product build ZIP archive 
> without Lanucher.
>
> Am I doing something unexpected or do you have any idea what is wrong 
> ?
>

This sounds familiar, but I don't recall what the problem was for me.

I suspect that your buildConfiguration/build.properties file needs more
work.

Have you made sure that you configured all the fields as described in
the "Create the build configuration" section of
http://mojo.codehaus.org/pde-maven-plugin/examples/simple_product.html
?

If I had to guess I would say that your "configs" element is commented
out. _______________________________________________
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