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

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

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.


Back to the top