You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ge...@gump.apache.org on 2004/07/09 17:19:30 UTC

[Gump Wiki] New: GumpCode

   Date: 2004-07-09T08:19:30
   Editor: 67.234.191.96 <>
   Wiki: Gump Wiki
   Page: GumpCode
   URL: http://wiki.apache.org/gump/GumpCode

   Referenced the main packages.

New Page:

'Gump Code'

The main gump packages are documented here:

 * [http://brutus.apache.org/gump/pydoc/ PyDoc Root]
 * [http://brutus.apache.org/gump/pydoc/gump.html Gump PyDoc]

'''Main Packages:'''

 * [http://brutus.apache.org/gump/pydoc/gump.core.html Core Classes (e.g. Gump Run)]
 * [http://brutus.apache.org/gump/pydoc/gump.model.html Object Model (e.g. Project/Module...)]
 * [http://brutus.apache.org/gump/pydoc/gump.runner.html Running (perform a run)]
 * [http://brutus.apache.org/gump/pydoc/gump.update.html Updating (CVS/SVN/etc.)]
 * [http://brutus.apache.org/gump/pydoc/gump.build.html Building (Ant/Maven/etc.)]

'''Workers (Actors)''':

The workers work on the content tree (the tree of results) based off events that come from the runner, e.g. module complete, project completed, etc. These actors process the state of the entity and do their thing (including updating information on that entity in the tree, e.g. timestamps).

 * [http://brutus.apache.org/gump/pydoc/gump.document.html Documenting (Text/XDOCS/XHTML)]
 * [http://brutus.apache.org/gump/pydoc/gump.notify.html Notification (E-mails)]
 * [http://brutus.apache.org/gump/pydoc/gump.syndication.html Syndication (RSS|Atom)]
 * [http://brutus.apache.org/gump/pydoc/gump.stats.html Statistics (to DBM file)]
 * [http://brutus.apache.org/gump/pydoc/gump.results.html Results (e.g. XML on/for other servers)]
 * [http://brutus.apache.org/gump/pydoc/gump.repository.html Repository (Artifacts Repo)]
 * [http://brutus.apache.org/gump/pydoc/gump.timing.html Timing (Time Keeper, how long did X take)]

'''Random Important''':

 * [http://brutus.apache.org/gump/pydoc/gump.loader.html Loading from XML to model]
 * [http://brutus.apache.org/gump/pydoc/gump.utils.html Utility code (e.g. file sync, DOM, exec)

'''Random Minor''':

 * [http://brutus.apache.org/gump/pydoc/gump.shared.html Shared code (e.g. model comparators by XYZ)]
 * [http://brutus.apache.org/gump/pydoc/gump.integration.html Integration code (e.g. w/ CVS/others) ]
 * [http://brutus.apache.org/gump/pydoc/gump.guru.html Stats & XRef 'gurus' -- know it alls]

 * [http://brutus.apache.org/gump/pydoc/gump.svg.html SVG utilities (Scalable Vector Graphics)]
 * [http://brutus.apache.org/gump/pydoc/gump.test.html Unit Tests]
 * [http://brutus.apache.org/gump/pydoc/gump.threads.html Multithreading]


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org