From ant-dev-return-17031-apmail-jakarta-ant-dev-archive=jakarta.apache.org@jakarta.apache.org Tue Aug 21 16:45:38 2001 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 54669 invoked by uid 500); 21 Aug 2001 16:45:38 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 54651 invoked from network); 21 Aug 2001 16:45:37 -0000 Date: 21 Aug 2001 16:45:13 -0000 Message-ID: <20010821164513.4253.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org, andreas@schildba.ch Cc: Subject: [DO NOT REPLY: Bug 3206] sending attachments with Mail task X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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)