Date: 2004-07-12T12:37:16 Editor: 67.235.113.203 <> Wiki: Gump Wiki Page: GumpCode URL: http://wiki.apache.org/gump/GumpCode
no comment Change Log: ------------------------------------------------------------------------------ @@ -23,7 +23,7 @@ The [http://brutus.apache.org/gump/pydoc/gump.runner.html Runner] loops throug the build sequence and (when needed) does an [http://brutus.apache.org/gump/pydoc/gump.update.html update] on a module before doing a [http://brutus.apache.org/gump/pydoc/gump.build.html build] of the project. When done (with each) a [http://brutus.apache.org/gump/pydoc/gump.core.gumprun.html#RunEvent Run Event] is dispatched to all listening worker/actors. The workers/actors do their thing (e.g. update stats, generate documentation, etc.) -Note: Currently context (such as output from exec commands) are stored on the model, not on a wrapper, hence the module is poluted by the run & not re-usable. [Work todo...] +Note: Currently context (such as output from exec commands) are stored on the model, not on a wrapper, hence the model/tree is poluted by the run & not re-usable. [Work todo...] '''Workers (Actors)''': --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
