Date: 2004-03-07T09:38:06 Editor: AdamJack <[EMAIL PROTECTED]> Wiki: Gump Wiki Page: StatePropogation URL: http://wiki.apache.org/gump/StatePropogation
no comment New Page: = State Propogation = Recall, state is unset|success|failed (etc.) with a reason (unset|build failed, etc.) If a project's "state" is set to something bad (e.g. failed) then that propogates "up" to all "dependees" of that project that do not already have a bad state. When state propogates it changes (from whatever negative) to "prerequisite failed", and the originating project becomes the ["RootCause"] for these projects. If a module's state is set to something bad (failed) then that propogates down to all it's projects, and in turn 'up' (to dependees of those projects). A module can be a ["RootCause"]. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
