[Aaron-devel-cvs] CVS: aaron TODO,1.4,1.5
Status: Pre-Alpha
Brought to you by:
thetitan
From: Sean C. <the...@us...> - 2001-07-05 21:45:00
|
Update of /cvsroot/aaron/aaron In directory usw-pr-cvs1:/tmp/cvs-serv27028 Modified Files: TODO Log Message: Updated TODO Index: TODO =================================================================== RCS file: /cvsroot/aaron/aaron/TODO,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** TODO 2001/06/29 05:37:32 1.4 --- TODO 2001/07/05 21:44:56 1.5 *************** *** 1,7 **** --- 1,22 ---- $Id$ + [NEED TO DO'S] Flush out the example configuration files (conf/examples). SMTP and HTTP have been created, but more attention and love needs to be paid to each of the config files. + + Need to define a global configuration file that lets me recursively suck + in more configuration files. Need to write the parser for this. + + Need a command line option that has aaron recursively check the syntax of + all config files. Should use src/test/xml/well_formed_xml_check.rb + + Need to bundle src/test/xml/well_formed_xml_check.rb into an externally + callable module or class that handles all of the well formedness checks + for me easily. + + [WANT TO DO'S] + In the Makefile that installs aaron, it should do a search and replace + and change the default path to the paths.conf file. Need a good system for handling recursive testing operations. Current |