Date: 2004-04-30T14:42:04 Editor: 67.234.191.115 <> Wiki: Gump Wiki Page: GumpScripts URL: http://wiki.apache.org/gump/GumpScripts
Adding reference to gmp/env/preview Change Log: ------------------------------------------------------------------------------ @@ -5,11 +5,20 @@ * gump/update.py -- just does the CVS/SVN updates * gump/build.py -- just does the build portions * gump/check.py -- checks the various entities (projects/modules) + * gump/env.py -- checks the environment [for tools Gump uses] * gump/integrate.py -- does it all - * gump/gui/view.py -- a GUI (work in progress) - * gump/continuous.py -- continuously run integrate.py (work in progress) + * gump/preview.py -- preview a run + +Some separate scripts: + + * gmp.py (a front end to the above) + * gump/test/pyunit.py -- Gump unit tests + + * gump/gui/view.py -- a GUI """work in progress""" + * gumpy.py -- set up the environment, and run integrate.py [or check.py] + * gump/continuous.py -- continuously run gump.py """work in progress""" = Commandline Interface = --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
