Developing and contributing
Building IzPack
- Building IzPack from source: instructions for building IzPack from source code.
- Git guide: we have switched to Git instead of Subversion. Here is how you can get started painlessly.
- Releasing IzPack
Migration to IzPack 5
- Migration to IzPack 5 : How to migrate your installer and panels to IzPack 5.
Writing code
- Best practices for contribution: a set of guidelines for IzPack developers and contributors.
- Best practices for code and architecture : some global rules on code formatting and architecture design for IzPack
- Executing and writing tests : How to use test tools to write efficient tests.
- Usage of PicoContainer : How to use PicoContainer
- Maven modules decomposition : Description of the module composition of the IzPack project
Debugging