Re: echo messages from Sergio Reais

2007-06-08 Thread Will Glass-Husain

I've emailed him, let me see if he's responsive.

WILL

On 6/8/07, Martin van den Bemt <[EMAIL PROTECTED]> wrote:


Can confirm it..

MVgr,
Martin

Nathan Bubna wrote:
> Me too.  And it's worse than that.  A couple of Sergio's emails have
> been empty replys to his own replys to a commit message.  Who's the
> moderator for our lists anyway?  Can we shut these down?
>
> On 6/8/07, Niall Pemberton <[EMAIL PROTECTED]> wrote:
>> On 6/8/07, Will Glass-Husain <[EMAIL PROTECTED]> wrote:
>> > Hi,
>> >
>> > Is anyone else getting an echo (empty reply) for every commit
>> message from
>> > Serio Reais?
>>
>> Yes.
>>
>> Niall
>>
>> >  What's up with that?
>> >
>> > WILL
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Forio Business Simulations

Will Glass-Husain
[EMAIL PROTECTED]
www.forio.com


Re: echo messages from Sergio Reais

2007-06-08 Thread Martin van den Bemt
Can confirm it..

MVgr,
Martin

Nathan Bubna wrote:
> Me too.  And it's worse than that.  A couple of Sergio's emails have
> been empty replys to his own replys to a commit message.  Who's the
> moderator for our lists anyway?  Can we shut these down?
> 
> On 6/8/07, Niall Pemberton <[EMAIL PROTECTED]> wrote:
>> On 6/8/07, Will Glass-Husain <[EMAIL PROTECTED]> wrote:
>> > Hi,
>> >
>> > Is anyone else getting an echo (empty reply) for every commit
>> message from
>> > Serio Reais?
>>
>> Yes.
>>
>> Niall
>>
>> >  What's up with that?
>> >
>> > WILL
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: echo messages from Sergio Reais

2007-06-08 Thread Nathan Bubna

Me too.  And it's worse than that.  A couple of Sergio's emails have
been empty replys to his own replys to a commit message.  Who's the
moderator for our lists anyway?  Can we shut these down?

On 6/8/07, Niall Pemberton <[EMAIL PROTECTED]> wrote:

On 6/8/07, Will Glass-Husain <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Is anyone else getting an echo (empty reply) for every commit message from
> Serio Reais?

Yes.

Niall

>  What's up with that?
>
> WILL

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: echo messages from Sergio Reais

2007-06-08 Thread Niall Pemberton

On 6/8/07, Will Glass-Husain <[EMAIL PROTECTED]> wrote:

Hi,

Is anyone else getting an echo (empty reply) for every commit message from
Serio Reais?


Yes.

Niall


 What's up with that?

WILL


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



echo messages from Sergio Reais

2007-06-07 Thread Will Glass-Husain

Hi,

Is anyone else getting an echo (empty reply) for every commit message from
Serio Reais?  What's up with that?

WILL

-- Forwarded message --
From: Sérgio 7 Reais <[EMAIL PROTECTED]>
Date: Jun 7, 2007 8:57 PM
Subject: Re: svn commit: r544359 - in /velocity/engine/trunk:
src/java/org/apache/velocity/app/event/implement/IncludeNotFound.java
test/includeevent/compare/test6.cmp
To: dev@velocity.apache.org


 - Original Message -
 From: Sérgio 7 Reais
 To: dev@velocity.apache.org
 Sent: Wednesday, June 06, 2007 11:28 PM
 Subject: Re: svn commit: r544359 - in /velocity/engine/trunk:
src/java/org/apache/velocity/app/event/implement/IncludeNotFound.java
test/includeevent/compare/test6.cmp



   - Original Message -
   From: Sérgio 7 Reais
   To: dev@velocity.apache.org
   Sent: Tuesday, June 05, 2007 1:45 AM
   Subject: Re: svn commit: r544359 - in /velocity/engine/trunk:
src/java/org/apache/velocity/app/event/implement/IncludeNotFound.java
test/includeevent/compare/test6.cmp



 - Original Message -
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, June 05, 2007 12:52 AM
 Subject: svn commit: r544359 - in /velocity/engine/trunk:
src/java/org/apache/velocity/app/event/implement/IncludeNotFound.java
test/includeevent/compare/test6.cmp


 Author: wglass
 Date: Mon Jun  4 20:52:21 2007
 New Revision: 544359

 URL: http://svn.apache.org/viewvc?view=rev&rev=544359
 Log:
 Correctly display "not found" page.  Fixes VELOCITY-551.

 Modified:
 
velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/IncludeNotFound.java
 velocity/engine/trunk/test/includeevent/compare/test6.cmp

 Modified:
velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/IncludeNotFound.java
 URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/IncludeNotFound.java?view=diff&rev=544359&r1=544358&r2=544359
 
==
 ---
velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/IncludeNotFound.java
(original)
 +++
velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/IncludeNotFound.java
Mon Jun  4 20:52:21 2007
 @@ -70,7 +70,7 @@
  boolean exists =
(rs.getLoaderNameForResource(includeResourcePath)
!= null);
  if (!exists)
  {
 -if (rs.getLoaderNameForResource(notfound) == null)
 +if (rs.getLoaderNameForResource(notfound) != null)
  {
  return notfound;


 Modified: velocity/engine/trunk/test/includeevent/compare/test6.cmp
 URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/test/includeevent/compare/test6.cmp?view=diff&rev=544359&r1=544358&r2=544359
 
==
 --- velocity/engine/trunk/test/includeevent/compare/test6.cmp
(original)
 +++ velocity/engine/trunk/test/includeevent/compare/test6.cmp Mon
Jun  4 20:52:21 2007
 @@ -1,2 +1,2 @@
  Bad include follows
 -After the bad include
 +page not foundAfter the bad include





 --
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.472 / Virus Database: 269.8.7/830 - Release Date:
3/6/2007 12:47




 --


   No virus found in this incoming message.
   Checked by AVG Free Edition.
   Version: 7.5.472 / Virus Database: 269.8.7/830 - Release Date: 3/6/2007
12:47



--


 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.472 / Virus Database: 269.8.9/834 - Release Date: 5/6/2007
14:38


--
Forio Business Simulations

Will Glass-Husain
[EMAIL PROTECTED]
www.forio.com