You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by "Anderson, Jeremy" <je...@amerisourcebergen.com> on 2002/09/11 18:20:26 UTC

[DOCS] Mail example

This is my first post, so please don't flame me if I do it wrong.

I just finished coding an ANT mail target... and in so doing noticed an error in the documentation example that caused me and extra 5 hrs headache.

it says that <to... should be:

	<to name="all@xyz.com">
	when in fact this causes an email to be sent to a null address.

the correct rendering would be

	<to name="xyz list" address="all@xyz.com">


I found that a better method altogether is to use the mail attribute "tolist" even if only for a single recipient.

How do I go about formally submitting a revised version of "mail.html" to the codebase?



Thanks group,

Jeremy Anderson
AmerisourceBergen Corporation

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


Re: [DOCS] Mail example

Posted by Stefan Bodewig <bo...@apache.org>.
On Wed, 11 Sep 2002, Jeremy Anderson
<je...@amerisourcebergen.com> wrote:

Thanks for your report, I've just fixed the docs.

> How do I go about formally submitting a revised version of
> "mail.html" to the codebase?

<http://jakarta.apache.org/site/bugs.html> and the section labeled
"Patches" on <http://jakarta.apache.org/site/source.html>.

Stefan

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


Re: [DOCS] Mail example

Posted by Steve Loughran <st...@iseran.com>.
why, thank you for your correction.

We list the process for changes in

http://jakarta.apache.org/site/getinvolved.html

and in

http://jakarta.apache.org/ant/ant_task_guidelines.html

for documentation, we just need a 'cvs diff -u' generated diff file of your
corrected file against the copy on the CVS server, sent as email or (better)
a bugzilla bug report.

-steve


----- Original Message -----
From: "Anderson, Jeremy" <je...@amerisourcebergen.com>
To: "Ant Developers List" <an...@jakarta.apache.org>
Sent: Wednesday, September 11, 2002 9:20 AM
Subject: [DOCS] Mail example


This is my first post, so please don't flame me if I do it wrong.

I just finished coding an ANT mail target... and in so doing noticed an
error in the documentation example that caused me and extra 5 hrs headache.

it says that <to... should be:

<to name="all@xyz.com">
when in fact this causes an email to be sent to a null address.

the correct rendering would be

<to name="xyz list" address="all@xyz.com">


I found that a better method altogether is to use the mail attribute
"tolist" even if only for a single recipient.

How do I go about formally submitting a revised version of "mail.html" to
the codebase?



Thanks group,

Jeremy Anderson
AmerisourceBergen Corporation

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




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