From: "Rob Oxspring" <[EMAIL PROTECTED]>
> Sorry - I took my eye off the "backwards
> compatability" ball on this one, I think
> the change to EmailTask below should fix it.
>
> Was busy thinking about what it should do
> in the face of an absent message rather than
> what the previous version did.
>
> 444 // a valid message is required
> 445 if( message == null )
> 446 {
> 447 throw new BuildException( "A message is required" );
> 448 }
>
> Changing line 447 to the following should fix it, but I'm heading to bed
> also so I haven't tried it.
> 447 message = new Message();
>
I have committed this change. Thanks.
> Cheers
>
> Rob
Cheers,
Magesh
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>