On Mon, 21 Oct 2002, Peter Donald <[EMAIL PROTECTED]> wrote:
> It should be in theory possible to add a nag to the gump build that
> informs you when things are being dropped.
It works (in my own workspace, at least).
I define the gump project in my workspace (which is not in Gump's
CVS) like this:
<project name="gump" home="/home/bodewig/gump">
<ant>
<property name="workspace" value="bodewig.xml"/>
<property name="webstyle" value="stylesheet/jakarta.xsl"/>
<property name="target" value="bash"/>
<property name="extension" value="sh"/>
</ant>
<deliver fromdir="../../../../../dev/gump/log" tosite="stefans-test"
todir="@@DATE@@/" />
<nag to="[EMAIL PROTECTED]"
from="[EMAIL PROTECTED]"
subject="Dropping Turbine Projects">
<regexp pattern="/project .jakarta-turbine-stratum. not found/"/>
</nag>
<nag to="[EMAIL PROTECTED]"
from="[EMAIL PROTECTED]"
subject="Dropping Cocoon Projects">
<regexp pattern="/project .swf. not found/"/>
</nag>
</project>
and get nag mails for the swf-block project. It would be possible to
get similar nagging into Jakarta's main Gump by modifying the
definition in either rubix.xml or rubypad.xml (I don't know which and
I don't feel like touching Sam's workspace definitions).
> However you have to add a separate nag to the gump build for each
> project rather than adding a nag to the project which sucks.
So true.
> If you do go down and change this feel free to look at adding nags
> for pre-req failures because I tried and ended up scratching my
> noggin when I couldn't quite get it to work ;)
The one you've added to jakarta-avalon-phoenix.xml used to work for me
on my box, what's been wrong for you?
Stefan
--
To unsubscribe, e-mail: <mailto:alexandria-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:alexandria-dev-help@;jakarta.apache.org>