You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Michael Davey <Mi...@coderage.org> on 2004/06/17 15:42:49 UTC

Re: nag email for dom4j project

Maarten Coene wrote:

> Hi,
>
> is it possible to send an email to the dom4j-dev emaillist everytime 
> the build of dom4j fails?
> The address is dom4j-dev@lists.sourceforge.net 
> <ma...@lists.sourceforge.net>

<ge...@gump.apache.org> is the correct place for this request.  I've 
copied this reply there.

-- 
Michael


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


Re: nag email for dom4j project

Posted by Maarten Coene <Ma...@toughguy.net>.
oops, I just blindly copy-pasted the mailinglist address from the 
welcome message I've received after subscribing.

Sorry for any inconvenience.
Maarten

This is part of the message I've received after subscribing to 
general@gump.apache.org:

> Welcome to general@jakarta.apache.org!
>
> Please save this message so that you know the address you are
> subscribed under, in case you later want to unsubscribe or change your
> subscription address.

perhaps it should be changed to contain the correct address ?



Michael Davey wrote:

> Maarten Coene wrote:
>
>> Hi,
>>
>> is it possible to send an email to the dom4j-dev emaillist everytime 
>> the build of dom4j fails?
>> The address is dom4j-dev@lists.sourceforge.net 
>> <ma...@lists.sourceforge.net>
>
>
> <ge...@gump.apache.org> is the correct place for this request.  I've 
> copied this reply there.
>

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


Re: [PATCH] nag email for dom4j project

Posted by Maarten Coene <Ma...@toughguy.net>.
seems fine to me :)

thanks
Maarten

Michael Davey wrote:

> Michael Davey wrote:
>
>> Maarten Coene wrote:
>>
>>> Hi,
>>>
>>> is it possible to send an email to the dom4j-dev emaillist everytime 
>>> the build of dom4j fails?
>>> The address is dom4j-dev@lists.sourceforge.net 
>>> <ma...@lists.sourceforge.net>
>>
>>
>>
>> <ge...@gump.apache.org> is the correct place for this request.  
>> I've copied this reply there.
>>
> Will this do the trick?
>
> ---->% snip ----
> Index: dom4j.xml
> ===================================================================
> RCS file: /home/cvspublic/gump/project/dom4j.xml,v
> retrieving revision 1.37
> diff -u -r1.37 dom4j.xml
> --- dom4j.xml   16 Jun 2004 07:56:04 -0000      1.37
> +++ dom4j.xml   17 Jun 2004 13:41:38 -0000
> @@ -48,6 +48,7 @@
>     <depend project="junitperf"/>
>     <jar name="build/dom4j.jar" id="dom4j"/>
>     <license name="LICENSE.txt"/>
> +    <nag from="Maarten Coene &lt;MacBelgium@toughguy.net&gt;" 
> to="dom4j-dev@lists.sourceforge.net" />
>   </project>
>
>   <project name="xpp">
> --- >% snip ----
>
>------------------------------------------------------------------------
>
>Index: dom4j.xml
>===================================================================
>RCS file: /home/cvspublic/gump/project/dom4j.xml,v
>retrieving revision 1.37
>diff -u -r1.37 dom4j.xml
>--- dom4j.xml	16 Jun 2004 07:56:04 -0000	1.37
>+++ dom4j.xml	17 Jun 2004 13:45:46 -0000
>@@ -48,6 +48,7 @@
>     <depend project="junitperf"/>
>     <jar name="build/dom4j.jar" id="dom4j"/>
>     <license name="LICENSE.txt"/>
>+    <nag from="Maarten Coene &lt;MacBelgium@toughguy.net&gt;" to="dom4j-dev@lists.sourceforge.net" />
>   </project>
> 
>   <project name="xpp">
>
>  
>
>------------------------------------------------------------------------
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
>For additional commands, e-mail: general-help@gump.apache.org
>

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


[PATCH] nag email for dom4j project

Posted by Michael Davey <Mi...@coderage.org>.
Michael Davey wrote:

> Maarten Coene wrote:
>
>> Hi,
>>
>> is it possible to send an email to the dom4j-dev emaillist everytime 
>> the build of dom4j fails?
>> The address is dom4j-dev@lists.sourceforge.net 
>> <ma...@lists.sourceforge.net>
>
>
> <ge...@gump.apache.org> is the correct place for this request.  I've 
> copied this reply there.
>
Will this do the trick?

---->% snip ----
Index: dom4j.xml
===================================================================
RCS file: /home/cvspublic/gump/project/dom4j.xml,v
retrieving revision 1.37
diff -u -r1.37 dom4j.xml
--- dom4j.xml   16 Jun 2004 07:56:04 -0000      1.37
+++ dom4j.xml   17 Jun 2004 13:41:38 -0000
@@ -48,6 +48,7 @@
     <depend project="junitperf"/>
     <jar name="build/dom4j.jar" id="dom4j"/>
     <license name="LICENSE.txt"/>
+    <nag from="Maarten Coene &lt;MacBelgium@toughguy.net&gt;" 
to="dom4j-dev@lists.sourceforge.net" />
   </project>
 
   <project name="xpp">
--- >% snip ----