*** Stuff done *** - Clean src tree. src/java, src/test and src/functional. - Mavenified project. - Shifted everything from com.mockobjects to org.jmock. - Moved old expectation classes to org.jmock.expectation package. - Separated stubs into their own package. - Reformatted code and optimized imports. - Added BSD-like license in LICENSE.txt and headers in all Java files. - Moved important classes to root org.jmock package. - Cleaned up test cases to remove pre junit 3.x fluff. - Added maven reports to website. - Create welcome page. - Make it simpler to add custom stubs (for side-effects). - Follow coding convention in constraint classes - Convert calculator example to use "builder" API. - Write java.util.MockObjectsTestCase class with convenience methods for testing with mocks - Removed as many PMD violations as possible (remaining empty catch blocks are intentional) - Translate web site to xhtml+css, skinned with StaticMesh or something similar. - Setup Jira. - Ant files to build and run unit and acceptance tests in damagecontrol. Code tasks moved to ToDo.java