| Free tutorials for Java, Eclipse and Web programming |
Version 1.3
Copyright © 2008 - 2009 Lars Vogel
22.10.2009
| Revision History | ||
|---|---|---|
| Revision 0.1 | 15.09.2008 | Lars Vogel |
| First draft of article | ||
| Revision 0.2 | 20.11.2008 | Dominik Zapf |
| Added ant description | ||
| Revision 0.3 | 30.11.2008 | Lars Vogel |
| Corrections | ||
| Revision 0.4 | 10.12.2008 | Dominik Zapf |
| Corrections | ||
| Revision 0.5 | 27.12.2008 | Lars Vogel |
| Created separate article for PDE build, fixed description | ||
| Revision 0.6 | 30.12.2008 | Lars Vogel |
| Feature build now works | ||
| Revision 0.7 | 11.01.2009 | Lars Vogel |
| Simplified the build example | ||
| Revision 0.8 | 12.01.2009 | Lars Vogel |
| Minor adjustments | ||
| Revision 0.9 | 27.07.2009 | Lars Vogel |
| Started update to Eclipse 3.5 | ||
| Revision 1.0 | 28.07.2009 | Lars Vogel |
| Update to Eclipse 3.5 | ||
| Revision 1.1 | 05.09.2009 | Lars Vogel |
| Fixed error with location of build.mxl | ||
| Revision 1.2 | 10.09.2009 | Lars Vogel |
| reworked article | ||
| Revision 1.3 | 22.10.2009 | Lars Vogel |
| Removed hard-coded I.TestBuild from build.xml | ||
Table of Contents
PDE/Build is a Apache Ant based build system for Eclipse RCP application and Eclipse plugins. This build system is also called "headless" build because it does not require a running Eclipse UI to create your product.
The PDE build system is part of the Eclipse plugin org.eclipse.pde.build.
This tutorial uses PDE build to create a executable application for an Eclipse RCP project.