Submitting patches
Patches for bug fixes, improvements and extension are welcomed and sought by the Naked Objects development team. The process is simple: get the latest code; make your changes; create a patch file; and email it to us. As most development is done within the Eclipse IDE that is the best place to create the patches, although patches created in other ways (as long as they following the standard structure) are fine too. We will look at using both Eclipse and Subversion here.
Getting the latest code
It is important that you make changes against the latest version of the development code so that it easier merge. Code that is easier to merge gets incorporated more quickly.
The latest version of the source can be checked out of the Subversion repository using the following command:
Read more »
Comments(0)