PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3206 *** shadow/3206 Tue Aug 21 09:17:46 2001 --- shadow/3206.tmp.4250 Tue Aug 21 09:45:13 2001 *************** *** 2,9 **** | sending attachments with Mail task | +----------------------------------------------------------------------------+ | Bug #: 3206 Product: Ant | ! | Status: NEW Version: 1.4Beta2 | ! | Resolution: Platform: All | | Severity: Enhancement OS/Version: All | | Priority: Other Component: Core tasks | +----------------------------------------------------------------------------+ --- 2,9 ---- | sending attachments with Mail task | +----------------------------------------------------------------------------+ | Bug #: 3206 Product: Ant | ! | Status: RESOLVED Version: 1.4Beta2 | ! | Resolution: FIXED Platform: All | | Severity: Enhancement OS/Version: All | | Priority: Other Component: Core tasks | +----------------------------------------------------------------------------+ *************** *** 15,18 **** +============================================================================+ | DESCRIPTION | the enhancement would be the capability to send attachment(s) with the Mail ! task (does not seem to be possible at the moment). --- 15,27 ---- +============================================================================+ | DESCRIPTION | the enhancement would be the capability to send attachment(s) with the Mail ! task (does not seem to be possible at the moment). ! ! ------- Additional Comments From glenn_twiggs@bmc.com 2001-08-21 09:45 ------- ! Attachments can be sent using the optional MimeMail task. The classname ! is "org.apache.tools.ant.taskdefs.optional.net.MimeMail". The doc for it can be ! found in the CVS tree here: http://cvs.apache.org/viewcvs/~checkout~/jakarta- ! ant/docs/manual/OptionalTasks/mimemail.html?rev=1.1&content-type=text/html ! (this doc is not available from the documentation link on the Ant homepage). ! Since the functionality is already available, I've marked this as FIXED. (I ! hope this is ok)