Re: Gump and deprecation

Sam Ruby <[email protected]> Wed, 01 Jan 2003 00:02:51 -0500
Newsgroups gmane.comp.jakarta.alexandria.devel
Message-ID <[email protected]>
[email protected] wrote:
> How do I get gump to email the nag address if there are deprecated methods 
> being used?

Docs on the subject are at:

     http://jakarta.apache.org/gump/project.html#nag

But perhaps a hypothetical example might help:

     <nag from="dIon Gillard &lt;[email protected]&gt;"
          to="[email protected]">
       <regexp subject="Build Failure - commons XYZ"/>
       <regexp pattern="/deprecat/" subject="Deprecation warning - 
commons XYZ"/>
     </nag>

- Sam Ruby