Announcing 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.
One Response to “Announcing a full featured PDE Build example from a Git repository”
One response so far
Written by Matthias Kempka. Published in Categories: EclipseSource News, Planet Eclipse
Written by Matthias Kempka. Published in Categories: EclipseSource News, Planet Eclipse




Thanks for the slides! I really liked your talk!