You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by "Adam R. B. Jack" <aj...@trysybase.com> on 2004/05/25 07:01:58 UTC

Oops (was Re: Commons failure reports)

> Just wanted to point out that we got an email for every commons project
> tonight. Unsure if all other projects got it.

Ouch. Anybody who uses Ant (456 projects), yes...

Bootstrap ant failed sending 456 projects into pre-requisite failed.

    http://brutus.apache.org:8080/gump/ant/bootstrap-ant/index.html


http://brutus.apache.org:8080/gump/ant/bootstrap-ant/gump_work/buildscript_ant_bootstrap-ant.html


> Anyway, looking forward to hearing why :) Is everything broken?

We'll this code (below) was intended to notify when a project goes into
pre-requisite failed from failed (it isn't fixed, it just isn't building) -- 
or something like that -- unfortunately it was the culprit. I hadn't thought
this through -- and this code is totally bogus. Unfortunately (again) the
unit tests/small tests I'd done didn't have this state change.

    elif entity.isPrereqFailed():
         if (stats.sequenceInState == 1):

            if not STATE_PREREQ_FAILED == stats.previousState:

                notification=PositiveNotification(self.run,entity)

This code is NOW commented out.

*Really* sorry for the storm. I hope Hermes is now 'well exercised' (and
thank goodness it didn't happen during this morning slow down.)

regards,

Adam


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