on Sep 8th, 2011Announcing a full featured PDE Build example from a Git repository
I set up a githup repository that gives a working example for a PDE product build from a git repository. It is meant to ease the pain of setting up new builds by having a working template that just needs to be adjusted to the new project.
I’m planning a series of blog entries with and around that example. Some features are:
- Works system independent
- Executes tests
- Builds from map files
- Separates compile step and assemble step (Improves build time)
- Mostly self-contained (Required: An Eclipse SDK and Git)
How to get it running in short:
- Fetch from
git://github.com/mkempka/hyperbola-pde-build-demo.git - Adjust values in
org.eclipsercp.hyperbola.releng/custom.properties - Execute
org.eclipsercp.hyperbola.releng/build.xmlwith ant
Here are my slides from my talk at the Eclipse Testing Day 2011 that include some documentation. I’ll do more documentation in separate blog entries the next weeks.
Related posts:
- Tagging Eclipse for the next integration build
- Help, I’m looking for directions — Eclipse Active Help
- PDE Build Compile Errors
- How to build a RAP application with Tycho
- How to build a Server-Side Equinox/RAP Application



Thanks for the slides! I really liked your talk!