Author: Derick Rethans Date: 2007-05-03 14:18:30 +0200 (Thu, 03 May 2007) New Revision: 5019
Log: - Added some comments as a user guide. Modified: scripts/generate-autoload-file.php Modified: scripts/generate-autoload-file.php =================================================================== --- scripts/generate-autoload-file.php 2007-05-03 12:09:08 UTC (rev 5018) +++ scripts/generate-autoload-file.php 2007-05-03 12:18:30 UTC (rev 5019) @@ -1,5 +1,23 @@ <?php /** + * Script to automatically generate autoload files. + * + * To run this for one specific component, go to the parent directory of + * scripts/ and trunk/ and run the following the lines below. Make sure you + * install the PEAR package "Structures_Graph" and the graphviz binaries first. + * + * php -derror_reporting=E_ALL scripts/generate-autoload-file.php + * -c $componentname -t trunk/$componentname + * + * Substitute $componentname with the name of your component (two times). This + * creates the correct autoload file(s) in trunk/component/src and also a new + * class diagram in trunk/component/design (with graphviz's 'neato'). + * + * In order to re-generate autoload files for all components, run the + * scripts/generate-autoload-files.sh script instead. + */ + +/** * Load the base package to boot strap the autoloading */ require_once 'trunk/Base/src/base.php'; -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components