From: Vincent M. <vm...@us...> - 2001-08-21 14:47:06
|
Update of /cvsroot/mockobjects/mockobjects-java/doc/xdocs In directory usw-pr-cvs1:/tmp/cvs-serv10820 Modified Files: todo.xml Log Message: updated the todo list Index: todo.xml =================================================================== RCS file: /cvsroot/mockobjects/mockobjects-java/doc/xdocs/todo.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- todo.xml 2001/08/15 15:22:28 1.5 +++ todo.xml 2001/08/21 14:47:02 1.6 @@ -8,9 +8,9 @@ deliver a new version of the Mock Objects project. We need your help ! </p> <p> - If you are interested in participating, send an email on the - <link href="http://sourceforge.net/mail/?group_id=18189">Mock Objects - mailing list</link> stating your interest and + If you are interested in participating, send an email on the + <link href="http://sourceforge.net/mail/?group_id=18189">Mock Objects + mailing list</link> stating your interest and you'll be enrolled right away ... We're always looking for help ! Don't be put off if in the "Volunteer" column there is already a person listed. On the contrary, the more persons that @@ -30,10 +30,31 @@ attribute to the action tag. Ex: action assigned-to="Vincent Massol, Steve Freeman" --> - <category title="Code"> + <category title="Documentation"> + <action assigned-to="Vincent Massol, Steve Freeman"> + Write a page explaining the differences between Mock Objects and Stubs + as it is largely misunderstood. + </action> + <action> + Explain the code organisation in the src/ directory as wall as package + organisation. + </action> <action> - Clean up and merge the two directories 'vaj' and 'visualage' in - <code>src/extensions/com/mockobjects</code>. + Add a features page explaining current features of Mock Objects. + </action> + </category> + <category title="Code"> + <action assigned-to="everyone"> + Reformat all source code : Add javadoc to all code where needed + + add license + add version number + create packages.html and + overview.html + reformat according to coding conventions. We need to + do that ASAP. + </action> + </category> + <category title="Build"> + <action assigned-to="Vincent Massol"> + Finalise the build process (still need to finalise directory + structure + manage examples + manage extensions). </action> </category> |