Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » PDE automated build(PDE automated build - missing exectuable (eclipse.exe) , Icon and jre in the build directory)
PDE automated build [message #688920] Sun, 26 June 2011 07:10 Go to next message
Deenadayalan Missing name is currently offline Deenadayalan Missing nameFriend
Messages: 3
Registered: June 2011
Junior Member
Hello All,

I am new to Eclipse RCP environment.

I am using ANT build script (build.xml) and build.properties to build my RCP application as individual application using PDE build approach.

I am using the below command line:

java -jar org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar -application org.eclipse.ant.core.antRunner
-buildfile c:\plugin\com.example.test.project.build\build.xml -Dbuilder=c:\plugin\com.example.test.project.build

The output build directory does not have following.

1. eclipse.exe executable binary and my product icon image (i.e testProject.exe )
2. JRE does not get exported in to build directory

Any inputs on the above are helpful. thanks.

Re: PDE automated build [message #690747 is a reply to message #688920] Thu, 30 June 2011 06:54 Go to previous message
Karan  is currently offline Karan Friend
Messages: 23
Registered: October 2009
Junior Member
Hi Deenadayalan,

If you are new to RCP and ANT, and you want to export your plugin project, then there is a tutorial here :-
http://www.vogella.de/articles/EclipsePDEBuild/article.html

This takes the same scenario, that is, using ANT to build an RCP.

Hope this helps,
cheers.

[Updated on: Thu, 30 June 2011 06:54]

Report message to a moderator

Previous Topic:Concering Apache ANT to export Plugin project...
Next Topic:setActiveEditor not called for opened editors from previous session
Goto Forum:
  


Current Time: Fri Apr 19 23:48:47 GMT 2024

Powered by FUDForum. Page generated in 0.03646 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top