You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by di...@multitask.com.au on 2003/01/01 05:43:46 UTC

Gump and deprecation

How do I get gump to email the nag address if there are deprecated methods 
being used?
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Gump and deprecation

Posted by Sam Ruby <ru...@apache.org>.
dion@multitask.com.au 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;dion@multitask.com.au&gt;"
          to="commons-dev@jakarta.apache.org">
       <regexp subject="Build Failure - commons XYZ"/>
       <regexp pattern="/deprecat/" subject="Deprecation warning - 
commons XYZ"/>
     </nag>

- Sam Ruby




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>