GumpScripts

There are a number of scripts available, all with the same commandline interface.

  • gump.py – main entry point
  • bin/update.py – just does the CVS/SVN updates
  • bin/build.py – just does the build portions
  • bin/check.py – checks the various entities (projects/modules)
  • bin/env.py – checks the environment [for tools Gump uses]

  • bin/integrate.py – does it all
  • bin/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
  • bin/continuous.py – continuously run gump.py work in progress

Commandline Interface

For full details see GumpCommandLineOptions.

All scripts take the following:

w {workspace} [project expression [verbose|-debug]]

e.g.

w ../gump.xml jakarta*

-w ../gump.xml all --debug

  • No labels